diff --git a/build.gradle b/build.gradle index d6a689b9fdd45cf5075ce950fb80b47737d9b513..f967089336dd88a25b57817ae40f72656d268832 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.2.5' + classpath 'com.huawei.ohos:hap:2.4.2.7' classpath 'com.huawei.ohos:decctest:1.0.0.6' } } @@ -37,7 +37,7 @@ allprojects { jcenter() } } -rootProject.ext{ +rootProject.ext { DEFAULT_GROUP_ID = "io.openharmony.tpc.thirdlib" DEFAULT_ARTIFACT_ID = "countdownview" DEFAULT_VERSION = "1.0.1" diff --git a/entry/src/main/config.json b/entry/src/main/config.json index bc90a1648284b149b2f77583d2bd79fb80895dea..11a6ea21f43606864de241dedacfb6d4f968de82 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -8,8 +8,7 @@ }, "apiVersion": { "compatible": 5, - "target": 5, - "releaseType": "Beta1" + "target": 5 } }, "deviceConfig": {},