Android release

This commit is contained in:
MartinBraquet
2025-11-07 23:26:46 +01:00
parent 0a28a2af61
commit 5834d032c3
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 12
versionName "1.1.1"
versionCode 13
versionName "1.1.2"
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": 12,
"versionName": "1.1.1",
"versionCode": 13,
"versionName": "1.1.2",
"outputFile": "app-release.apk"
}
],