diff --git a/app/build.gradle b/app/build.gradle index d14f083..b53147f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { applicationId "in.basulabs.shakealarmclock" minSdkVersion 21 targetSdkVersion 34 - versionCode 29 - versionName "3.0.0" + versionCode 30 + versionName "4.0.0-beta.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }