We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d544fab commit 2ebb89eCopy full SHA for 2ebb89e
2 files changed
android/build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
}
11
dependencies {
12
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${safeExtGet('kotlinVersion')}")
13
- classpath("com.android.tools.build:gradle:7.0.4")
+ classpath("com.android.tools.build:gradle:8.3.0")
14
15
ext.kotlinVersion = "${safeExtGet('kotlinVersion')}"
16
example/android/build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
getReactNativeDependencies().each { dependency ->
classpath(dependency)
0 commit comments