File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.compassconnections.app"
99 minSdkVersion rootProject. ext. minSdkVersion
1010 targetSdkVersion rootProject. ext. targetSdkVersion
11- versionCode 8
12- versionName " 1.0 "
11+ versionCode 11
12+ versionName " 1.1 "
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1414 aaptOptions {
1515 // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Original file line number Diff line number Diff line change 1111 "type" : " SINGLE" ,
1212 "filters" : [],
1313 "attributes" : [],
14- "versionCode" : 8 ,
14+ "versionCode" : 9 ,
1515 "versionName" : " 1.0" ,
1616 "outputFile" : " app-release.apk"
1717 }
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0 " encoding =" utf-8" ?>
1+ <?xml version =" 1.1 " encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" xmlns : tools =" http://schemas.android.com/tools" >
33 <application
44 android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments