build.gradle

Signed-off-by: wangzd1026 <wangzd1026@thundersoft.com>
This commit is contained in:
wangzd1026 2021-09-30 17:01:40 +08:00
parent 5334985dfa
commit e748bfb04a
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ ohos {
defaultConfig {
compatibleSdkVersion 6
}
supportSystem "standard"
}
buildscript {
@ -22,7 +23,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.huawei.ohos:hap:3.0.1.6'
classpath 'com.huawei.ohos:hap:3.0.3.2'
}
}

View File

@ -4,7 +4,7 @@ ohos {
defaultConfig {
compatibleSdkVersion 6
}
supportSystem "standard"
arkEnabled false
}
dependencies {