Skip to content

Commit d552238

Browse files
tuliomirandreabadesso
authored andcommitted
feat: bumps Android target sdk version (#562)
1 parent 55b9838 commit d552238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
kotlin_version = "1.7.20"
77
minSdkVersion = 23
88
compileSdkVersion = 33
9-
targetSdkVersion = 33
9+
targetSdkVersion = 34
1010

1111
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
1212
ndkVersion = "23.1.7779620"

0 commit comments

Comments
 (0)