File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ android {
66 defaultConfig {
77 applicationId ' app.hkTransport'
88 minSdkVersion rootProject. ext. minSdkVersion
9- targetSdkVersion rootProject . ext . targetSdkVersion
10- versionCode 105
11- versionName ' 1.0.5 '
9+ targetSdk 34
10+ versionCode 106
11+ versionName ' 1.0.6 '
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 aaptOptions {
1414 // 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" : 105 ,
15- "versionName" : " 1.0.5 " ,
14+ "versionCode" : 106 ,
15+ "versionName" : " 1.0.6 " ,
1616 "outputFile" : " app-release.apk"
1717 }
1818 ],
You can’t perform that action at this time.
0 commit comments