Please complete the following information:
Describe the Bug:
The stability analyzer Gradle plugin implicitly applies the Android Gradle plugin. I upgraded from 0.6.6 to 0.7.0, and the project no longer builds, because the newest IntelliJ IDEA version is only compatible with AGP 8.12.0. This plugin applies AGP 8.13.1.
Expected Behavior:
This Gradle plugin should not automatically apply the AGP. Users should still be allowed to pick the AGP version they want. If you really rely on some functionality of AGP 8.13.1, please throw an error instead of automatically applying a newer version that overrides the local version.
Please complete the following information:
Describe the Bug:
The stability analyzer Gradle plugin implicitly applies the Android Gradle plugin. I upgraded from 0.6.6 to 0.7.0, and the project no longer builds, because the newest IntelliJ IDEA version is only compatible with AGP 8.12.0. This plugin applies AGP 8.13.1.
Expected Behavior:
This Gradle plugin should not automatically apply the AGP. Users should still be allowed to pick the AGP version they want. If you really rely on some functionality of AGP 8.13.1, please throw an error instead of automatically applying a newer version that overrides the local version.