Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 331 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 331 Bytes

推送联盟

alpha阶段,请勿使用

android

android/build.gradle

buildscript {
    dependencies {
        ...
        classpath 'com.huawei.agconnect:agcp:1.3.1.300'
    }
}

allprojects {
    repositories {
        ...
        // huawei maven
        maven { url 'https://developer.huawei.com/repo/' }
    }
}