7 Star 34 Fork 8

ISRC_OHOS / AVLoadingIndicatorView_ohos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
isrc_ohos 提交于 2021-06-24 10:53 . 适配sdk5版本
/*
* Copyright 2015 jack wang
* Copyright 2021 Institute of Software Chinese Academy of Sciences, ISRC
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// 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()
}
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()
}
}
Java
1
https://gitee.com/isrc_ohos/avloading-indicator-view_ohos.git
git@gitee.com:isrc_ohos/avloading-indicator-view_ohos.git
isrc_ohos
avloading-indicator-view_ohos
AVLoadingIndicatorView_ohos
master

搜索帮助