Skip to content

Commit

Permalink
Bumpt targetSdkVersion for play store release
Browse files Browse the repository at this point in the history
Closes: #43 [via git-merge-pr]
  • Loading branch information
psanford committed Nov 30, 2024
1 parent dc2ad32 commit 94d9829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ android {
compileSdkVersion 30
defaultConfig {
minSdkVersion 22
targetSdkVersion 33
versionCode 17
versionName "1.0.12"
targetSdkVersion 34
versionCode 18
versionName "1.0.13"
}
compileOptions {
sourceCompatibility 1.8
Expand Down

0 comments on commit 94d9829

Please sign in to comment.