Skip to content

Commit

Permalink
Increase android SDK target
Browse files Browse the repository at this point in the history
  • Loading branch information
oegea committed Sep 21, 2023
1 parent 3612750 commit cfb9d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "im.oriol.passager"
minSdkVersion rootProject.ext.minSdkVersion
targetSdk targetSdkVersion
versionCode 9
versionName '1.8.0'
versionCode 10
versionName '1.9.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 31
targetSdkVersion = 33
androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0'
Expand Down

0 comments on commit cfb9d86

Please sign in to comment.