diff --git a/app/build.gradle b/app/build.gradle index 30514af..a214c20 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "me.zobrist.tichucounter" minSdkVersion 16 targetSdkVersion 30 - versionCode 4 - versionName "1.0.0RC" + versionCode 5 + versionName "1.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }