We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edefa36 commit 4b122bdCopy full SHA for 4b122bd
android/app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "com.compassconnections.app"
9
minSdkVersion rootProject.ext.minSdkVersion
10
targetSdkVersion rootProject.ext.targetSdkVersion
11
- versionCode 11
12
- versionName "1.1"
+ versionCode 12
+ versionName "1.1.1"
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
aaptOptions {
15
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
android/app/release/output-metadata.json
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
- "versionCode": 9,
- "versionName": "1.0",
+ "versionCode": 12,
+ "versionName": "1.1.1",
16
"outputFile": "app-release.apk"
17
}
18
],
0 commit comments