From 9c7539c970e4bccc642e304b5980061bd53a2fc7 Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Thu, 3 Jun 2021 14:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.gradle | 2 +- entry/src/main/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20bfecd..beb991c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - - 项目移植状态:主功能完成 - 调用差异:使用openharmony api 与源项目调用方式不一样 -- 开发版本:sdk4,DevEco Studio2.1 beta2 +- 开发版本:sdk4,DevEco Studio2.1 Release - 基线版本:Release v2.0.4 ## 项目介绍 diff --git a/build.gradle b/build.gradle index 9bab9f2..ab2e0e9 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.2.7' + classpath 'com.huawei.ohos:hap:2.4.4.2' classpath 'com.huawei.ohos:decctest:1.0.0.6' } } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index f6990e7..fac804f 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.ohos.speechutilsdemo", "vendor": "ioc", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee