Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dexmaker to AGP 8.5 #192

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Commits on Aug 6, 2024

  1. Upgrade dexmaker to AGP 8.5

    The intent of this change is to migrate to Android Gradle Plugin 8.5.0,
    but as a consequence introduces a few other changes:
    
    * The minimum viable SDK is now 21, as NDK r26 dropped support for 19.
    * The minimum Gradle version is now 8, as AGP 8.5.0 requires it.
    * The minimum JDK version is now 17, as AGP 8.5.0 requires it.
    * The errorprone library was upgraded to provide new JDK classes.
    * The publishing scripts were updated to use the new Gradle properties.
    * Errorprone fixes were applied to the inline-extended classes.
    prashanthswami committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    10c2c8c View commit details
    Browse the repository at this point in the history