1 Star 4 Fork 1

TS_OHOS / GSYRickText

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 819 Bytes
Copy Edit Raw Blame History
dsyttyl authored 2021-08-13 15:54 . upgrade
// 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://mirrors.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.2.4.1'
}
}
allprojects {
repositories {
maven {
url 'https://mirrors.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
1
https://gitee.com/ts_ohos/richtext_ohos.git
git@gitee.com:ts_ohos/richtext_ohos.git
ts_ohos
richtext_ohos
GSYRickText
master

Search