代码拉取完成,页面将自动刷新
// 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\\Young\\.ohos\\config\\auto_debug_codelab11_2850086000403949062.p12')
storePassword '0000001875E2A74B30A44FEB229F5B8401D8BED6CD3A340DB251F180C000B280116F540AEA4EFF0D'
keyAlias = 'debugKey'
keyPassword '00000018B41775CE7591C9F0F4174DDD5E417D6BB6308B74B41C1765771B7F1093BAE4ED91CC5F1D'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\Young\\.ohos\\config\\auto_debug_codelab11_2850086000403949062.p7b')
certpath file('C:\\Users\\Young\\.ohos\\config\\auto_debug_codelab11_2850086000403949062.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.0.3.4'
classpath 'com.huawei.ohos:decctest:1.2.6.0'
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/'
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。