当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
3 Star 42 Fork 6

Jinggg/基于HarmonyOS和SpringBoot的扫码点餐平台app
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
Jinggg 提交于 2022-10-13 22:48 +08:00 . update build.gradle.
// 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#section1112183053510
ohos {
compileSdkVersion 5
defaultConfig {
compatibleSdkVersion 5
}
}
buildscript {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
}
dependencies {
classpath 'com.huawei.ohos:hap:3.0.5.2'
classpath 'com.huawei.ohos:decctest:1.2.7.2'
// Add dependencies.
classpath 'com.huawei.agconnect:agcp-harmony:1.0.0.300'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
maven {
url 'https://s01.oss.sonatype.org/content/repositories/releases/'
}
mavenCentral()
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/abyss_Jim/order_system_app.git
git@gitee.com:abyss_Jim/order_system_app.git
abyss_Jim
order_system_app
基于HarmonyOS和SpringBoot的扫码点餐平台app
master

搜索帮助