1 Star 0 Fork 0

HarmonyUFO/ViewStater-Sample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
枫叶晨曦 提交于 2021-10-27 14:04 . 初始化提交
// 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\\DELL\\.ohos\\config\\auto_debug_900086000022322646.p12')
storePassword '000000188D91DB4AA516B2B2040AC11028873933BAF2C017E02D86BF16E35DA4EE58E2339DEC4394'
keyAlias = 'debugKey'
keyPassword '0000001853927EA43490ABED5A4779785C885B53B1ED560C32661F72B33DA27AA783C2B040771C21'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\DELL\\.ohos\\config\\auto_debug_viewstatersample_900086000022322646.p7b')
certpath file('C:\\Users\\DELL\\.ohos\\config\\auto_debug_900086000022322646.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.4.2'
classpath 'com.huawei.ohos:decctest:1.2.4.0'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/harmony-ufo/view-stater.git
git@gitee.com:harmony-ufo/view-stater.git
harmony-ufo
view-stater
ViewStater-Sample
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385