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 c18edd6 commit f13fd3eCopy full SHA for f13fd3e
demos/react-native-supabase-todolist/android/build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
mavenCentral()
16
}
17
dependencies {
18
- classpath('com.android.tools.build:gradle')
+ classpath('com.android.tools.build:gradle:8.2.2')
19
classpath('com.facebook.react:react-native-gradle-plugin')
20
21
demos/react-native-supabase-todolist/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.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments