Skip to content

Commit c1e28e3

Browse files
committed
update android sdk version
1 parent 9e050c0 commit c1e28e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

android/app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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
],

0 commit comments

Comments
 (0)