pushwoosh-huawei
module pushwoosh-huawei
module to your app-level build.gradle
:maven {url 'https://developer.huawei.com/repo/'}
to your root-level build.gradle (Project)
under buildscript { repositories }
and allprojects { repositories }
.classpath 'com.huawei.agconnect:agcp:1.3.1.300'
under buildscript { dependencies }
.build.gradle
:implementation 'com.huawei.hms:push:5.3.0.304'
to your app-level build.gradle
(app/build.gradle) under the dependencies
section.apply plugin: 'com.huawei.agconnect'
to the very bottom of the app-level build.gradle
file.build.gradle
: