diff --git a/app/build.gradle b/app/build.gradle index 335d9cc..b08b7de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "me.zobrist.tichucounter" minSdkVersion 16 targetSdkVersion 30 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.0Beta1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }