1 Star 0 Fork 1

AndyHuo/VideoPlayerDemo

forked from wangx_6/VideoPlayerDemo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
jerrywang 提交于 2021-12-07 17:43 . ✨ Setup project
// 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('/Users/wangxin/.ohos/config/auto_debug_2850086000491690720.p12')
storePassword '000000183A4428DF8FFBCC285B9006CFBC54F60710D458122AE2DE1E2DECBA2AE05545ED86521BAD'
keyAlias = 'debugKey'
keyPassword '0000001868299D41E1642F240D7812F09A827D7CB272D43C3CA272BA011A83B52503C6C2E5C6E960'
signAlg = 'SHA256withECDSA'
profile file('/Users/wangxin/.ohos/config/auto_debug_videoplayerdemo_2850086000491690720.p7b')
certpath file('/Users/wangxin/.ohos/config/auto_debug_2850086000491690720.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.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 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/andy_huo/video-player-demo.git
git@gitee.com:andy_huo/video-player-demo.git
andy_huo
video-player-demo
VideoPlayerDemo
master

搜索帮助