Skip to content

Commit 3565387

Browse files
authored
feat: bumps Android target sdk version (#562)
1 parent e805796 commit 3565387

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)