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
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?