11 Star 44 Fork 22

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 645 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
xuxiapu 提交于 2023-02-10 15:53 . Update Demo
buildscript {
ext.kotlin_version = "1.4.30"
repositories {
maven {
url "https://developer.huawei.com/repo/"
}
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
maven {
url "https://developer.huawei.com/repo/"
}
google()
jcenter()
}
}
ext{
//compile
compileSdkVersion = 30
minSdkVersion = 26
targetSdkVersion = 30
//version
versionName = '4.0.0.5'
}
Java
1
https://gitee.com/hms-core/hms-AREngine-demo.git
git@gitee.com:hms-core/hms-AREngine-demo.git
hms-core
hms-AREngine-demo
hms-AREngine-demo
master

搜索帮助