1 Star 0 Fork 1

halfh2o/Ohos-Image-Picker-and-Cropping

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Hou Peidong 提交于 2021-11-06 22:56 . update readme
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.huawei.ohos.app'
//For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#ZH-CN_TOPIC_0000001154985555__section1112183053510
ohos {
compileSdkVersion 5
defaultConfig {
compatibleSdkVersion 4
}
}
buildscript {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
maven {
url 'http://106.15.92.248:8081/repository/Releases/'
}
jcenter()
}
dependencies {
classpath 'com.huawei.ohos:hap:3.0.3.4'
classpath 'com.huawei.ohos:decctest:1.2.6.0'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/halfh2o/Ohos-Image-Picker-and-Cropping.git
git@gitee.com:halfh2o/Ohos-Image-Picker-and-Cropping.git
halfh2o
Ohos-Image-Picker-and-Cropping
Ohos-Image-Picker-and-Cropping
master

搜索帮助