代码拉取完成,页面将自动刷新
// 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/'
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。