1 Star 5 Fork 1

陈龙佳/ArkUI-emergency

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
chenlongjia 提交于 2022-02-15 15:41 . 更新以及优化代码
// 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\\Administrator\\.ohos\\config\\auto_debug_emergency_2850086000435157797.p12')
storePassword '000000182F8426E886BC725A1BACA478777D6F0723EF14BEF75F0321ED14A9FB49E7FCCD705C417D'
keyAlias = 'debugKey'
keyPassword '00000018DFBFC3807CB3145A16965A37191CC2EC283D312191A65F1397FEFF3C3072826F181AFF47'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\Administrator\\.ohos\\config\\auto_debug_emergency_2850086000435157797.p7b')
certpath file('C:\\Users\\Administrator\\.ohos\\config\\auto_debug_emergency_2850086000435157797.cer')
}
}
compileSdkVersion 7
defaultConfig {
compatibleSdkVersion 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 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chen_longjia/ark-ui-emergency.git
git@gitee.com:chen_longjia/ark-ui-emergency.git
chen_longjia
ark-ui-emergency
ArkUI-emergency
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385