3 Star 1 Fork 0

华为移动服务 / hms-DCI-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mike-mei 提交于 2021-07-06 11:13 . first commit
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
// maven hms
maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"
classpath 'com.huawei.agconnect:agcp:1.4.2.300'
}
}
allprojects {
repositories {
google()
jcenter()
// maven hms
maven { url 'https://developer.huawei.com/repo/' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
1
https://gitee.com/hms-core/hms-DCI-demo.git
git@gitee.com:hms-core/hms-DCI-demo.git
hms-core
hms-DCI-demo
hms-DCI-demo
master

搜索帮助