4 Star 9 Fork 3

华为移动服务 / hms-image-vision-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 882 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xuejiao-Shi 提交于 2022-05-12 13:58 . update demo
/*
* Copyright (c) Huawei Technologies Co., Ltd. 2017-2019. All rights reserved.
*/
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
classpath 'com.huawei.agconnect:agcp:1.4.1.300'
}
}
ext {
cloudartifact_username = ''
cloudartifact_password = ''
typeMap = [
'KIT_manifestCheck' : true,
'KIT_apiCheck' : true,
'KIT_changeSuperClass': true,
]
}
allprojects {
repositories {
google()
jcenter()
maven { url 'https://developer.huawei.com/repo/' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Java
1
https://gitee.com/hms-core/hms-image-vision-java.git
git@gitee.com:hms-core/hms-image-vision-java.git
hms-core
hms-image-vision-java
hms-image-vision-java
master

搜索帮助