4 Star 0 Fork 0

时空未宇-GB项目组/协作互动板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
// 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('/Users/armyqin/Desktop/HWKeyStore/ICBServiceDebug.p12')
storePassword '0000001B6F6F40786D0C2EB3EF4B7E92BACBBA195AD61A080125FA133E2FDA371C0380ED7F62D4A513CC1C'
keyAlias = 'ICBServiceDebug'
keyPassword '0000001BBE34505A86A149430BD5B77959087329A4DB4370812016B9AC5C17E550047B11D9C557015FC849'
signAlg = 'SHA256withECDSA'
profile file('/Users/armyqin/Desktop/HWKeyStore/ICBServiceDebugDebug.p7b')
certpath file('/Users/armyqin/Desktop/HWKeyStore/ICBServiceDebug.cer')
}
}
compileSdkVersion 6
}
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'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/bian-shikun/interactive-collaborating-board.git
git@gitee.com:bian-shikun/interactive-collaborating-board.git
bian-shikun
interactive-collaborating-board
协作互动板
master

搜索帮助