diff --git a/app/build.gradle b/app/build.gradle index 01335f731..c0e31bd49 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.tyron.code" minSdkVersion 26 targetSdkVersion 31 - versionCode 4 - versionName "0.2.0 ALPHA" + versionCode 5 + versionName "0.2.1 ALPHA" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }