5 Star 1 Fork 1

HarmonyOS-TPC / ThinDownloadManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
周海斌 提交于 2021-06-30 16:33 . style:适配IDE 2.1.0.501版本
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.huawei.ohos.app'
//apply from: 'upload1.gradle'
rootProject.ext {
DEFAULT_GROUP_ID = 'io.openharmony.tpc.thirdlib' // 固定的groupId,不需要改动
DEFAULT_ARTIFACT_ID = 'ThinDownloadManager' // 项目ID,填写上传到maven仓库项目名称,如果是多个library,可根据实际情况使用项目名加library名来区分
DEFAULT_VERSION = '1.0.2' // 版本号,发布版本时修改
}
ohos {
compileSdkVersion 5
defaultConfig {
compatibleSdkVersion 5
}
}
buildscript {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
dependencies {
classpath 'com.huawei.ohos:hap:2.4.4.2'
classpath 'com.huawei.ohos:decctest:1.0.0.6'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
1
https://gitee.com/HarmonyOS-tpc/ThinDownloadManager.git
git@gitee.com:HarmonyOS-tpc/ThinDownloadManager.git
HarmonyOS-tpc
ThinDownloadManager
ThinDownloadManager
master

搜索帮助