Skip to content

Commit

Permalink
[STAD-572] Set targetSdkVersion to 34
Browse files Browse the repository at this point in the history
Upgrade targetSdkVersion to 34
  • Loading branch information
hb0 authored Feb 26, 2024
2 parents c4c201d + 5d6e051 commit e05f447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ext {

// Android SDK versions
minSdkVersion = 21 // device support
targetSdkVersion = 33 // behavioral changes, follow migration guide & test the app against this
targetSdkVersion = 34 // behavioral changes, follow migration guide & test the app against this
compileSdkVersion = 34 // allows newest APIs to be used and to see deprecations, use latest
buildToolsVersion = '34.0.0' // optional, if defined, use latest (SDK Manager > SDK Tools)

Expand Down

0 comments on commit e05f447

Please sign in to comment.