代码拉取完成,页面将自动刷新
同步操作将从 wangx_6/VideoPlayerDemo 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
// 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()
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。