1 Star 4 Fork 0

绿豆/EducationSystem_Harmonyos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
绿豆 提交于 2022-06-21 16:31 . 第一次提交
// 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 {
signingConfigs {
debug {
storeFile file('C:\\Users\\Young\\.ohos\\config\\auto_debug_codelab11_2850086000403949062.p12')
storePassword '0000001875E2A74B30A44FEB229F5B8401D8BED6CD3A340DB251F180C000B280116F540AEA4EFF0D'
keyAlias = 'debugKey'
keyPassword '00000018B41775CE7591C9F0F4174DDD5E417D6BB6308B74B41C1765771B7F1093BAE4ED91CC5F1D'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\Young\\.ohos\\config\\auto_debug_codelab11_2850086000403949062.p7b')
certpath file('C:\\Users\\Young\\.ohos\\config\\auto_debug_codelab11_2850086000403949062.cer')
}
}
compileSdkVersion 7
}
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.3.4'
classpath 'com.huawei.ohos:decctest:1.2.6.0'
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/'
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lvdou-dou/EducationSystem_Harmonyos.git
[email protected]:lvdou-dou/EducationSystem_Harmonyos.git
lvdou-dou
EducationSystem_Harmonyos
EducationSystem_Harmonyos
master

搜索帮助