10 Star 52 Fork 27

深圳市蛟龙腾飞网络科技有限公司/HarmonyOSAPP开发相关组件

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
李洋水蛟龙 提交于 2022-02-12 17:41 +08:00 . 组件内转场
apply plugin: 'com.huawei.ohos.hap'
apply plugin: 'com.huawei.ohos.decctest'
//For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#section1112183053510
ohos {
compileSdkVersion 7
defaultConfig {
compatibleSdkVersion 7
}
buildTypes {
release {
proguardOpt {
proguardEnabled false
rulesFiles 'proguard-rules.pro'
}
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.har'])
testImplementation 'junit:junit:4.13.1'
ohosTestImplementation 'com.huawei.ohos.testkit:runner:2.0.0.200'
}
decc {
supportType = ['html','xml']
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jltfcloudcn/jump_to.git
git@gitee.com:jltfcloudcn/jump_to.git
jltfcloudcn
jump_to
HarmonyOSAPP开发相关组件
master

搜索帮助