1 Star 4 Fork 0

CHINASOFT_OHOS / SHSegmentControl

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 1.00 KB
Copy Edit Raw Blame History
余建章 authored 2021-08-10 17:56 . upgrade to 1.0.0 release
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.huawei.ohos.app'
ohos {
compileSdkVersion 6
defaultConfig {
compatibleSdkVersion 6
}
}
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.4.5.0'
classpath 'com.huawei.ohos:decctest:1.2.4.1'
}
}
allprojects {
repositories {
maven {
url 'https://mirrors.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
maven {
url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
}
maven {
url 'https://s01.oss.sonatype.org/content/repositories/release/'
}
jcenter()
}
}
Java
1
https://gitee.com/chinasoft_ohos/SHSegmentControl.git
git@gitee.com:chinasoft_ohos/SHSegmentControl.git
chinasoft_ohos
SHSegmentControl
SHSegmentControl
master

Search