Increase version

This commit is contained in:
MartinBraquet
2025-11-05 20:52:19 +01:00
parent edefa36c8a
commit 4b122bd907
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.compassconnections.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11
versionName "1.1"
versionCode 12
versionName "1.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 9,
"versionName": "1.0",
"versionCode": 12,
"versionName": "1.1.1",
"outputFile": "app-release.apk"
}
],