7 Star 3 Fork 3

hihopeorg / ProgressManager

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 859 Bytes
Copy Edit Raw Blame History
sushi01 authored 2021-06-16 11:24 . ohosTest
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.huawei.ohos.app'
ohos {
compileSdkVersion 5
defaultConfig {
compatibleSdkVersion 5
}
}
buildscript {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
mavenCentral()
}
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()
mavenCentral()
}
}
1
https://gitee.com/hihopeorg/ProgressManager.git
git@gitee.com:hihopeorg/ProgressManager.git
hihopeorg
ProgressManager
ProgressManager
master

Search