Skip to content

Commit

Permalink
update android sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
angus6b23 committed Aug 28, 2024
1 parent 9e050c0 commit c1e28e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ android {
defaultConfig {
applicationId 'app.hkTransport'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 105
versionName '1.0.5'
targetSdk 34
versionCode 106
versionName '1.0.6'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions android/app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 105,
"versionName": "1.0.5",
"versionCode": 106,
"versionName": "1.0.6",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit c1e28e3

Please sign in to comment.