admin
2022-05-11 f19071bd5e0007fc823f99cdfa0196391827da1e
src/main/resources/code/android/build.gradle
@@ -18,11 +18,6 @@
        //火山引擎maven仓库地址
        maven { url 'https://artifact.bytedance.com/repository/Volcengine/' }
        //阿里百川
        maven {
            url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
        }
        jcenter()
        maven { url 'https://jitpack.io' }
@@ -34,11 +29,18 @@
            url 'https://storage.googleapis.com/download.flutter.io'
        }
        // hms
        maven { url 'http://developer.huawei.com/repo/'}
        // fcm
        maven { url "https://maven.google.com" }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:4.1.3'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
        // fcm,若不集成 FCM 通道,可直接跳过
        classpath 'com.google.gms:google-services:4.3.8'
        // hms,若不集成华为厂商通道,可直接跳过
        classpath 'com.huawei.agconnect:agcp:1.6.0.300'
    }
}
@@ -62,11 +64,6 @@
        //火山引擎maven仓库地址
        maven { url 'https://artifact.bytedance.com/repository/Volcengine/' }
        //阿里百川
        maven {
            url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
        }
        jcenter()
        maven { url 'https://jitpack.io' }
@@ -78,6 +75,11 @@
            url 'https://storage.googleapis.com/download.flutter.io'
        }
        // hms
        maven { url 'http://developer.huawei.com/repo/'}
        // fcm
        maven { url "https://maven.google.com" }
    }
}