-
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
Redundant AMPS transform after applying plugin #14
Comments
Please provide the specific link about integrate the code |
@Mike-mei Sorry for delay.
|
We've had the same issue in our large scale project. |
Not sure if this issue fits here.
I've tried to follow this sample to integrate hms push lib into my app.
apply plugin: 'com.huawei.agconnect'
But I see in build log that this plugins apllies two additional plugins:
com.huawei.agconnect:agconnect-apms-plugin
(adds ':app:transformCalssesWithAPMSForDebug' task)com.huawei.agconnect:agconnect-crash-symbol-lib
I don't want to integrate APMS and Crash service into my app. How can I add only pushes?
The text was updated successfully, but these errors were encountered: