1 Star 5 Fork 0

caijiyang/HMTaskBord

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
caijiyang 提交于 2022-12-03 13:55 +08:00 . v0.0.1.0018 1.除去DebugKey
// 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 {
// 以下debug部分需要修改,已不可用
signingConfigs {
debug {
storeFile file('C:\\Users\\16496\\.ohos\\config\\auto_debug_com.felixcj154738.p12')
storePassword '00000016213E1'
keyAlias = 'debugKey'
keyPassword '0000001BFECFC05B8A6B137BED0F0'
signAlg = 'SHhDSA'
profile file('C:\\Users\\16496\\.ohos\\config\\auto_debug_com.felixcjy.hmta54738.p7b')
certpath file('C:\\Users\\16496\\.ohos\\config\\auto_debug_com.felixcjy.hmta191154738.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.1.0.5'
classpath 'com.huawei.ohos:decctest:1.2.7.11'
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/caijiyang/hm-taskboard.git
[email protected]:caijiyang/hm-taskboard.git
caijiyang
hm-taskboard
HMTaskBord
main

搜索帮助