1 Star 0 Fork 1

wangrui/鸿蒙webview

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
黑苹果 提交于 2021-06-25 12:23 . 适配sdk6
// 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('E:\\code\\hongmeng_webview\\key\\demo2.p12')
storePassword '000000192C42AF0F451D22AE389DCB062B1A78E6E7224176F6D0924F9851E682E6A6384653A9B80ED3'
keyAlias = 'demo2'
keyPassword '00000019ECD6A6BCF4D32A660F22A5D686C5CD8942386F4BFE77165DC5DF1C24D62E0577F214BF5772'
signAlg = 'SHA256withECDSA'
profile file('E:\\code\\hongmeng_webview\\key\\publish1.0Release.p7b')
certpath file('E:\\code\\hongmeng_webview\\key\\publish.cer')
}
debug {
storeFile file('C:\\Users\\Administrator\\.ohos\\config\\auto_debug_28137651.p12')
storePassword '0000001824CC9C373EE7A3E1B4E272971A1788636278969E930A75735E002635B03BCDC6D9A575CF'
keyAlias = 'debugKey'
keyPassword '000000185DC00130FE152A3E44EAA8822023888937395FE434CEB57FA0696FA1D3156D2021870D04'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\Administrator\\.ohos\\config\\auto_debug_daxiguaforharmony_28137651.p7b')
certpath file('C:\\Users\\Administrator\\.ohos\\config\\auto_debug_28137651.cer')
}
}
compileSdkVersion 5
defaultConfig {
compatibleSdkVersion 5
}
}
buildscript {
repositories {
maven {
url 'https://mirrors.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://mirrors.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/qdwzh_qdweizhihui/hongmeng_webview.git
git@gitee.com:qdwzh_qdweizhihui/hongmeng_webview.git
qdwzh_qdweizhihui
hongmeng_webview
鸿蒙webview
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385