Skip to content

Commit de127b2

Browse files
committed
Update targetSdkVersion to 33
Updates targetSdkVersion to 33 for Android 13
1 parent 3684b8e commit de127b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ subprojects {
6565
ext {
6666
minSdkVersion = 24
6767
compileSdkVersion = 33
68-
targetSdkVersion = 31
68+
targetSdkVersion = 33
6969
}
7070

7171
ext {

0 commit comments

Comments
 (0)