1 Star 7 Fork 2

野生程序猿 / HMShoubiao

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
野生程序猿 提交于 2020-09-17 12:42 . first commit
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.huawei.ohos.app'
ohos {
compileSdkVersion 3
defaultConfig {
compatibleSdkVersion 3
}
}
buildscript {
repositories {
maven {
url 'https://mirrors.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
dependencies {
classpath 'com.huawei.ohos:hap:2.0.0.6'
}
}
allprojects {
repositories {
maven {
url 'https://mirrors.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
JavaScript
1
https://gitee.com/oneexecom/HMShoubiao.git
git@gitee.com:oneexecom/HMShoubiao.git
oneexecom
HMShoubiao
HMShoubiao
master

搜索帮助