1 Star 12 Fork 2

ISRC_OHOS/Azexplosion_ohos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
isrc_ohos 提交于 2021-06-24 16:07 . 适配sdk5版本
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.huawei.ohos.app'
ohos {
signingConfigs {
release {
storeFile file('C:\\Users\\Administrator\\certification\\mytestproject.p12')
storePassword '00000017B02AA1866970AACC8112CE3607D10DBBB2FF50671F8534B468DB1E1B314EA9EC178410'
keyAlias = 'com.huawei.mytestproject'
keyPassword '0000001733A298AF4ABD0F3771E15530BFD09DE31436DB94C13010C4F54C83523FAB1F5A43BA9F'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\Administrator\\certification\\com.huawei.mytestproject_debugDebug.p7b')
certpath file('C:\\Users\\Administrator\\certification\\mytestproject.cer')
}
debug {
storeFile file('C:\\Users\\Administrator\\certification\\mytestproject.p12')
storePassword '000000176BCCCE2AA8B4BC7F1B6BC15CC61A264F6F04C929DA1456893D9551489027F43E7445CB'
keyAlias = 'com.huawei.mytestproject'
keyPassword '00000017D449F25F31156E7F8D150548FCD8B808E9F556BAF9B05ED88D6558B211387773072AD8'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\Administrator\\certification\\com.huawei.mytestproject_debugDebug.p7b')
certpath file('C:\\Users\\Administrator\\certification\\mytestproject.cer')
}
}
compileSdkVersion 5
defaultConfig {
compatibleSdkVersion 5
}
}
buildscript {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
dependencies {
classpath 'com.huawei.ohos:hap:2.4.4.2'
classpath 'com.huawei.ohos:decctest:1.0.0.6'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/isrc_ohos/azexplosion_ohos.git
git@gitee.com:isrc_ohos/azexplosion_ohos.git
isrc_ohos
azexplosion_ohos
Azexplosion_ohos
master

搜索帮助