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

Update gradle files to version 8 #4

Open
codeanticode opened this issue May 30, 2023 · 0 comments
Open

Update gradle files to version 8 #4

codeanticode opened this issue May 30, 2023 · 0 comments

Comments

@codeanticode
Copy link
Member

codeanticode commented May 30, 2023

Right now the entire build system is stuck at Gradle 7.2 and Android 33 because anything higher would require moving to Gradle 8. which is not backwards-compatible.

The official upgrade docs may be useful: https://docs.gradle.org/current/userguide/upgrading_version_7.html

Among the things to update, the ImportAar plugin uses a deprecated artifact transform API, the new API is detailed in the Gradle documentation:

https://docs.gradle.org/current/userguide/artifact_transforms.html#sec:implementing-artifact-transforms

@codeanticode codeanticode changed the title Replace deprecated ArtifactTransform class Update gradle files to version 8 Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant