Skip to content

Commit 9846f3c

Browse files
authored
Merge pull request #65 from powersync-ja/openjdk-21-support
OpenJDK 21
2 parents e6e227f + f13fd3e commit 9846f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/react-native-supabase-todolist/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
mavenCentral()
1616
}
1717
dependencies {
18-
classpath('com.android.tools.build:gradle')
18+
classpath('com.android.tools.build:gradle:8.2.2')
1919
classpath('com.facebook.react:react-native-gradle-plugin')
2020
}
2121
}

demos/react-native-supabase-todolist/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)