From 8a62cfac420de434513842c78e22e8b37058aa0d Mon Sep 17 00:00:00 2001 From: zpzpzpzp <362020984@qq.com> Date: Tue, 29 Jun 2021 15:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dsdk5,=E5=88=A0=E6=8E=89releas?= =?UTF-8?q?eType=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- entry/src/main/config.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index d6a689b..f967089 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 bc90a16..11a6ea2 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": {}, -- Gitee