diff --git a/app/build.gradle b/app/build.gradle index 55385e2..d43450a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "in.basulabs.shakealarmclock" minSdkVersion 21 targetSdkVersion 31 - versionCode 27 - versionName "2.0.4" + versionCode 28 + versionName "3.0.0-beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }