autonomousapps / dependency-analysis-gradle-plugin

Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins
Apache License 2.0
1.66k stars 116 forks source link

Support the latest stable AGP version (8.4.1) #1192

Closed MGaetan89 closed 3 weeks ago

MGaetan89 commented 1 month ago

Is your feature request related to a problem? Please describe. Currently, the max supported Android Gradle Plugin version by this plugin is 8.4.0-alpha01: https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/88a3ea5234d63d4bde02ed2e18534d162387eb46/src/main/kotlin/com/autonomousapps/internal/android/AgpVersion.kt#L18

However, the latest stable version is 8.4.1

Describe the solution you'd like Bump the AGP_MAX value to be at least 8.4.1.

Describe alternatives you've considered Ignoring the warning in build logs:

The Dependency Analysis plugin is only known to work with versions of AGP between 8.0.0 and 8.4.0-alpha01. You are using 8.4.1. Proceed at your own risk.

Additional context AGP 8.5 is already is beta stage, and AGP 8.6 is in alpha: https://maven.google.com/web/index.html#com.android.tools.build:gradle