Fix versionCode not found in release build.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-10 18:05:55 +01:00
parent 12de9b9ebd
commit c16a865937

View File

@@ -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"