3 Star 0 Fork 0

时空未宇-GB项目组 / 块儿工坊

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
zhushenwudi 提交于 2022-01-05 20:10 . inital commit
// 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/hoshizora-rin/Documents/important/harmony/OpenBlock/keystore/harmony.p12')
storePassword '000000204AC87C06146641B7228681AB385591BE79929D115FB6726D8F552BEA3B64CB03609EE7F9776E70A1E89B96DF'
keyAlias = 'OpenBlock'
keyPassword '00000020B6BD8F0C7F93A3753FE2A3A385C58D058586EF61F87E92EAA74654D72368C02F2BD8432973EC11898D2137A8'
signAlg = 'SHA256withECDSA'
profile file('/Users/hoshizora-rin/Documents/important/harmony/OpenBlock/keystore/openblockDebug.p7b')
certpath file('/Users/hoshizora-rin/Documents/important/harmony/OpenBlock/keystore/debug.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.3.2'
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/'
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bian-shikun/block-workshop.git
git@gitee.com:bian-shikun/block-workshop.git
bian-shikun
block-workshop
块儿工坊
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891