-
Notifications
You must be signed in to change notification settings - Fork 33
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
Obsolete android.registerTransform on Gradle 7.3.1 #17
Comments
@SunnyBe Dear developer, |
In Adding Build Dependencies Side I tested the implementation agconnect of both OLD METHOD (BUILD GRADLE APP LEVEL) :
NEW METHOD (BUILD GRADLE APP LEVEL) :
and I did not encounter any errors. |
It is a deprecation warning in 7.3.1 but breaks on 8.0. Gradle expects that this warning be fixed by removing the Transform API being used before 8.0. |
I only get this warning when I apply the AGConnect plugin. I have tried to update to the latest version, even though no fix was specified in the change log.
The plugin:
apply plugin: 'com.huawei.agconnect'
If I build without this plugin, I don't get this warning.This is the error I get:
The text was updated successfully, but these errors were encountered: