Skip to content

Commit e13d3d4

Browse files
committed
dx: [and] target Android 33 for Google Play only
1 parent ef15419 commit e13d3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
buildToolsVersion = "30.0.2"
1010
minSdkVersion = 21
1111
targetSdkVersion = 26
12-
targetSdkVersionForGooglePlay = 31
12+
targetSdkVersionForGooglePlay = 33
1313
compileSdkVersion = 30
1414
ndkVersion = "24.0.8215888"
1515
kotlinVersion = "1.5.31"

0 commit comments

Comments
 (0)