diff --git a/demos/react-native-supabase-todolist/android/build.gradle b/demos/react-native-supabase-todolist/android/build.gradle index 8988b55e..68650cc7 100644 --- a/demos/react-native-supabase-todolist/android/build.gradle +++ b/demos/react-native-supabase-todolist/android/build.gradle @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { - classpath('com.android.tools.build:gradle') + classpath('com.android.tools.build:gradle:8.2.2') classpath('com.facebook.react:react-native-gradle-plugin') } } diff --git a/demos/react-native-supabase-todolist/android/gradle/wrapper/gradle-wrapper.properties b/demos/react-native-supabase-todolist/android/gradle/wrapper/gradle-wrapper.properties index d11cdd90..2ea3535d 100644 --- a/demos/react-native-supabase-todolist/android/gradle/wrapper/gradle-wrapper.properties +++ b/demos/react-native-supabase-todolist/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME