Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-all.zip

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gradle 9 breaks Android plugin compatibility

High Severity

The wrapper jump to Gradle 9.7.1 is incompatible with Android Gradle Plugin 8.1.4 and Kotlin Gradle Plugin 2.1.0. Gradle 9.7 is tested only with AGP 9.0–9.4, and Kotlin 2.1.0 supports Gradle through 8.10. Android CI jobs that run ./gradlew from android/ will fail to configure.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 843f8eb. Configure here.

306 changes: 197 additions & 109 deletions android/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading