Skip to content

Commit

Permalink
config: update target API level to 34 (Android 14)
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 8, 2023
1 parent ce7b5cf commit 221ecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-holder/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {

defaultConfig {
minSdk = 32
targetSdk = 33
targetSdk = 34
versionCode = 76
versionName = versionCode.toString()
}
Expand Down

0 comments on commit 221ecd4

Please sign in to comment.