2 Star 0 Fork 6

wangyf/FastBle

forked from HarmonyOS-TPC/FastBle 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
wang6793453 提交于 2022-09-05 17:28 . ceshi
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.huawei.ohos.app'
ohos {
signingConfigs {
debug {
storeFile file('C:\\Users\\Administrator\\.ohos\\config\\hag\\auto_debug_hag_mydemoall_70086000205844270.p12')
storePassword '0000001B3F3E4C3CBB06C92E4D903EE610627D30EFADA02762D0096D76B77E8C1AF5DFC3FF87676B943E72'
keyAlias = 'debugKey'
keyPassword '0000001B63D22D362A5FC01C569B0E522CD0754CA226CD6D90FAC02A427C919E33FB0241D6FDB32F9E50A1'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\Administrator\\.ohos\\config\\hag\\auto_debug_hag_mydemoall_70086000205844270.p7b')
certpath file('C:\\Users\\Administrator\\.ohos\\config\\hag\\auto_debug_hag_mydemoall_70086000205844270.cer')
}
}
compileSdkVersion 7
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:3.0.5.11'
classpath 'com.huawei.ohos:decctest:1.2.7.9'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangyf8706/FastBle.git
git@gitee.com:wangyf8706/FastBle.git
wangyf8706
FastBle
FastBle
master

搜索帮助