1 Star 0 Fork 0

董超139/SpaceMusic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
董超139 提交于 2021-06-29 08:57 . 0629
// 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#ZH-CN_TOPIC_0000001154985555__section1112183053510
ohos {
signingConfigs {
debug {
storeFile file('C:\\Users\\donnc\\.ohos\\config\\auto_debug_80086000158536260.p12')
storePassword '00000018356DF282578D8321172B8B4A400F7F2692DDF401DCFD5A965BB02A52F79565BAC2B8AA3A'
keyAlias = 'debugKey'
keyPassword '00000018E1F82F237CDB1287A1F8032752EBC46FB74A4C6A6A8713C874837078824EAB01211B05BB'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\donnc\\.ohos\\config\\auto_debug_spacemusic_80086000158536260.p7b')
certpath file('C:\\Users\\donnc\\.ohos\\config\\auto_debug_80086000158536260.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.5.0'
classpath 'com.huawei.ohos:decctest:1.2.4.1'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongchao139/space-music.git
[email protected]:dongchao139/space-music.git
dongchao139
space-music
SpaceMusic
master

搜索帮助