Skip to content

Commit 8c00664

Browse files
committed
Update Gradle wrapper to 8.5 for Java 21 compatibility
Update from Gradle 7.5 to 8.5 to support Java 21, which is required for the Android Gradle Plugin 8.1.0 and compileSdk 34. Gradle 8.5+ supports Java 8-21, fixing the "Unsupported class file major version 65" error on systems with Java 21.
1 parent e866706 commit 8c00664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip

0 commit comments

Comments
 (0)