We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164dcbe commit eca6d62Copy full SHA for eca6d62
example/android/build.gradle
@@ -12,7 +12,7 @@ buildscript {
12
mavenCentral()
13
}
14
dependencies {
15
- classpath("com.android.tools.build:gradle")
+ classpath('com.android.tools.build:gradle:8.7.2')
16
classpath("com.facebook.react:react-native-gradle-plugin")
17
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
18
example/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments