Skip to content

Commit 6ddaf30

Browse files
version upgrade
1 parent 5deb44f commit 6ddaf30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

example/android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ buildscript {
99

1010
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
1111
ndkVersion = "23.1.7779620"
12+
// Kotlin 1.9.x supports JVM target 20 (required by react-native-screens and JDK 20).
13+
kotlinVersion = "1.9.24"
1214
}
1315
repositories {
1416
google()

0 commit comments

Comments
 (0)