You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: