Change versionCode to differentiate from last Google Play version

This commit is contained in:
Patrick Schneider 2025-08-03 14:53:58 +02:00
commit ca48a56dde

View file

@ -10,8 +10,8 @@ android {
applicationId "org.secuso.aktivpause"
minSdkVersion 21
targetSdkVersion 34
versionCode 11
versionName "1.2.2"
versionCode 100
versionName "1.2.3"
vectorDrawables.useSupportLibrary = true
}
buildTypes {