3 Star 8 Fork 5

SwanLink / SimplePiano

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
issuser 提交于 2022-05-24 11:38 . 05/24 改包名,添加协议
// 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('E:\\KeystoreFile\\KeyStoreFile.p12')
storePassword '0000001D32DBC25987571C59AE4AB712DF831A52F3D00795E38616FAFAA66B30AFDF19A65A1910966D8B2404AC'
keyAlias = 'jyhucd'
keyPassword '0000001DDB07DC28CB91F48FEC21FD41085970395F5DFC35A808EDF20E349F9B023523961D1F61BBE2287C39CC'
signAlg = 'SHA256withECDSA'
profile file('E:\\download\\simplepianoDebug.p7b')
certpath file('E:\\download\\simplepiano.cer')
}
/* debug {
storeFile file('E:\\Demo\\SimplePiano\\sign\\KeyStoreFile.p12')
storePassword '0000001D5035E06A5606B06B970E2EE3D749E2C6102AF13B7902A034B2CADFC11B279534C5BD92DC19315F086F'
keyAlias = 'jyhucd'
keyPassword '0000001DD3E0F3903B8F77370BA22694427356ECE7500E618B0C03AEECE09D71560EA8F031BACD47C3AB48BF1E'
signAlg = 'SHA256withECDSA'
profile file('E:\\Demo\\SimplePiano\\sign\\simplepianoDebug.p7b')
certpath file('E:\\Demo\\SimplePiano\\sign\\SimplePiano.cer')
}*/
}
compileSdkVersion 5
}
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/'
}
}
}
Java
1
https://gitee.com/swan-link/simple-piano.git
git@gitee.com:swan-link/simple-piano.git
swan-link
simple-piano
SimplePiano
master

搜索帮助