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.82k stars 120 forks source link

Update to AGP 8.7 stable and 8.8 alpha04 #1275

Closed MGaetan89 closed 1 month ago

MGaetan89 commented 1 month ago

AGP 8.7 stable seems to bring only bug fixes: https://developer.android.com/build/releases/gradle-plugin

MGaetan89 commented 1 month ago

It seems that the build failure is coming from a network timeout: https://scans.gradle.com/s/p2g2aqp7pt656/tests/task/:functionalTest/details/com.autonomousapps.android.NoOpSpec/can%20filter%20unused%20dependencies%20(Gradle%208.9%20AGP%208.8.0-alpha04)?top-execution=1

I ran the test locally, and it works fine: Screenshot 2024-10-02 at 08 32 38

MGaetan89 commented 1 month ago

I've rebased my branch with main, and the build is successful now.

autonomousapps commented 1 month ago

Thanks!