1 Star 0 Fork 0

九离天 / RxHarmony

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
九离天 提交于 2021-06-02 14:36 . init
// 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('D:\\workspace_hms\\12345678test.p12')
storePassword '0000001C070DBB652DB67C45CB36CA92A528DE6E90F14F389D6919C5CF56CC39F71D3F85151B8AC1466F76C8'
keyAlias = 'test'
keyPassword '0000001C2258372E8E5E0CA2EC2FD7820242B272A70F1C43E9D2279BFB5AA3FCCB49547A5382B99222E5D9F8'
signAlg = 'SHA256withECDSA'
profile file('D:\\workspace_hms\\12345678testDebug.p7b')
certpath file('D:\\workspace_hms\\12345678test.cer')
}
}
compileSdkVersion 5
defaultConfig {
compatibleSdkVersion 4
}
}
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.2.7'
classpath 'com.huawei.ohos:decctest:1.0.0.7'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
Java
1
https://gitee.com/CrossRun/rxharmony.git
git@gitee.com:CrossRun/rxharmony.git
CrossRun
rxharmony
RxHarmony
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891