Skip to content

Commit

Permalink
dx: [and] target Android 33 for Google Play only
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Sep 4, 2023
1 parent ef15419 commit e13d3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
targetSdkVersion = 26
targetSdkVersionForGooglePlay = 31
targetSdkVersionForGooglePlay = 33
compileSdkVersion = 30
ndkVersion = "24.0.8215888"
kotlinVersion = "1.5.31"
Expand Down

0 comments on commit e13d3d4

Please sign in to comment.