diff --git a/app/build.gradle b/app/build.gradle index 6e86089..ad4c92b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { applicationId "in.basulabs.shakealarmclock" minSdkVersion 21 targetSdkVersion 34 - versionCode 31 - versionName "4.0.0-beta.2" + versionCode 32 + versionName "4.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }