You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deps android: Upgrade Gradle to 9.0.0, from 8.14.3
Changelog:
https://docs.gradle.org/9.0.0/release-notes.html
Some highlights:
- Configuration Cache improves build performance by caching and
reusing the result of the configuration phase.
- Embeds the latest stable release of Kotlin 2.2.x runtime and uses
Kotlin language version 2.2.
- Update to Groovy 4
- Version numbers are expressed as MAJOR.MINOR.PATCH, whereas
previous minor releases omitted the patch segment
(e.g., 8.5 instead of 8.5.0).
0 commit comments