File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 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 12
12- versionName " 1.1.1 "
11+ versionCode 13
12+ versionName " 1.1.2 "
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" : 12 ,
15- "versionName" : " 1.1.1 " ,
14+ "versionCode" : 13 ,
15+ "versionName" : " 1.1.2 " ,
1616 "outputFile" : " app-release.apk"
1717 }
1818 ],
You can’t perform that action at this time.
0 commit comments