diff --git a/build.gradle b/build.gradle index fb21feb8b3723c780bb53cd32d843cb6ebf42b6c..93adaa4140b33c7c7db085f89c6442b8c4eeabfe 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ ohos { compatibleSdkVersion 5 } } - + buildscript { repositories { maven { @@ -16,10 +16,10 @@ buildscript { maven { url 'https://developer.huawei.com/repo/' } - jcenter() + 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' } } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index b031026ac8a49e1331c32edcb2eb3d3168ddacd0..4cfecdb7c86177dcb82a05ef290d9c9a0d221f26 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -9,7 +9,7 @@ "apiVersion": { "compatible": 5, "target": 5, - "releaseType": "Beta1" + "releaseType": "Release" } }, "deviceConfig": {}, diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 1641abf50870b063498fd54389b5816014d78536..7ce86206d8fecc333510045bcd7ec2201771cecb 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -9,7 +9,7 @@ "apiVersion": { "compatible": 5, "target": 5, - "releaseType": "Beta1" + "releaseType": "Release" } }, "deviceConfig": {}, diff --git a/img/demo.gif b/img/demo.gif index e2a1af501eaba5d8183dd35985924d18c151a152..b7f2fbd451ba172a33e131b67f6aed92d7e77df2 100644 Binary files a/img/demo.gif and b/img/demo.gif differ diff --git a/lib/src/main/config.json b/lib/src/main/config.json index 882e1c97b3adeb5ce91c1fb02735ff0061aa08b5..4fd4e160bada8da2506c10c40af5a3857aa9d0f8 100644 --- a/lib/src/main/config.json +++ b/lib/src/main/config.json @@ -9,7 +9,7 @@ "apiVersion": { "compatible": 5, "target": 5, - "releaseType": "Beta1" + "releaseType": "Release" } }, "deviceConfig": {},