1 Star 0 Fork 0

jun1992 / hms-AREngine-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
MaJiawei4 提交于 2020-12-08 04:31 . add Java health demo and kotlin demo
buildscript {
ext.kotlin_version = "1.4.10"
repositories {
maven {
url "http://developer.huawei.com/repo/"
}
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
maven {
url "http://developer.huawei.com/repo/"
}
google()
jcenter()
}
}
ext{
//compile
compileSdkVersion = 28
minSdkVersion = 26
targetSdkVersion = 27
//version
versionName = '1.0'
}
1
https://gitee.com/null_918_5826/hms-AREngine-demo.git
git@gitee.com:null_918_5826/hms-AREngine-demo.git
null_918_5826
hms-AREngine-demo
hms-AREngine-demo
master

搜索帮助