build.gradle
@@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. apply from:"config.gradle" buildscript { ext { @@ -14,6 +14,7 @@ url "https://jitpack.io" } maven { url 'https://developer.huawei.com/repo/' }//(华为极光推送) maven { url 'https://repo1.maven.org/maven2/' } } dependencies { @@ -50,6 +51,7 @@ maven { url 'https://developer.huawei.com/repo/' } maven { url 'https://repo1.maven.org/maven2/' } } }