| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Bumps the android-build-tools group with 1 update in the /android directory: com.android.tools.build:gradle. Updates `com.android.tools.build:gradle` from 8.13.2 to 9.2.1 --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: android-build-tools ... Signed-off-by: dependabot[bot] <support@github.com>
|
Copilot explain and summarize this error. What would be the disadvantages of updated gradle. What would be deprecated / might be at risk of breaking?
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.14.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|
Sorry, something went wrong.
Error summary: The AGP (Android Gradle Plugin) bump from 8.13.2 → 9.2.1 raised the minimum required Gradle version to 9.4.1, but the gradle-wrapper.properties still pointed to Gradle 8.14.2 — hence the version-check plugin failure. Fix applied: Updated android/gradle/wrapper/gradle-wrapper.properties to use gradle-9.4.1-bin.zip (commit fix: update Gradle wrapper to 9.4.1 to match AGP 9.2.1 minimum requirement). Disadvantages / risks of this AGP 9.x upgrade:
The CI build error itself is now resolved by the Gradle wrapper update, but if other plugins in the build aren't Gradle-9-compatible, additional failures may surface in subsequent CI runs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps the android-build-tools group with 1 update in the /android directory: com.android.tools.build:gradle.
Updates com.android.tools.build:gradle from 8.13.2 to 9.2.1