Skip to content

Commit ecc0eb7

Browse files
change target sdk version as previous version is not supported anymore
1 parent 91bf606 commit ecc0eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ buildscript {
22
ext {
33
buildToolsVersion = "34.0.0"
44
minSdkVersion = 23
5-
compileSdkVersion = 34
6-
targetSdkVersion = 34
5+
compileSdkVersion = 35
6+
targetSdkVersion = 35
77
ndkVersion = "26.1.10909125"
88
kotlinVersion = "1.9.24"
99
supportLibVersion = "28.0.0"

0 commit comments

Comments
 (0)