diff --git a/app/build.gradle b/app/build.gradle index a53b65c..283f6bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "in.basulabs.shakealarmclock" minSdkVersion 21 targetSdkVersion 30 - versionCode 23 - versionName "2.0.1-beta" + versionCode 24 + versionName "2.0.2-beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }