Skip to content
Open
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
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:9.2.1'
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

AGP 9.2.1 requires Gradle 9.4.1, project uses 8.5

High Severity

Bumping com.android.tools.build:gradle from 8.1.4 to 9.2.1 is a major version jump that requires Gradle 9.4.1 minimum, but gradle-wrapper.properties still specifies Gradle 8.5. The build will fail immediately. AGP 9.x also introduces breaking DSL changes — adbOptions, compileSdkVersion, and kotlin-android plugin usage in this file are all affected. This bump needs accompanying changes to the Gradle wrapper version and build script DSL to be functional.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 99c672c. Configure here.

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
Loading