diff --git a/app/build.gradle b/app/build.gradle index f16db8f..ad1d585 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,7 +23,7 @@ android { applicationId "me.zobrist.tichucounter" minSdkVersion 16 targetSdkVersion 32 - versionCode keystoreProperties["versionCode"] + versionCode versionProperties["versionCode"].toInteger() versionName "1.1.0Beta1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"