From 08212a70946593a6317455ae001653f94e1fe789 Mon Sep 17 00:00:00 2001 From: 17351781990 <827990754@qq.com> Date: Mon, 5 Jul 2021 16:43:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E3=80=91=E5=8D=87=E7=BA=A7sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 +++--- entry/build.gradle | 2 +- entry/src/main/config.json | 4 ---- photodraweeview/build.gradle | 2 +- photodraweeview/src/main/config.json | 4 ---- 5 files changed, 5 insertions(+), 13 deletions(-) diff --git a/build.gradle b/build.gradle index 7422686..8726113 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.huawei.ohos.app' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } @@ -19,8 +19,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.4.2' - classpath 'com.huawei.ohos:decctest:1.0.0.6' + classpath 'com.huawei.ohos:hap:2.4.5.0' + classpath 'com.huawei.ohos:decctest:1.2.4.1' } } diff --git a/entry/build.gradle b/entry/build.gradle index d9b5424..d988a8c 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index e4a18f1..8a23022 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -5,10 +5,6 @@ "version": { "code": 1000000, "name": "1.0.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5 } }, "deviceConfig": {}, diff --git a/photodraweeview/build.gradle b/photodraweeview/build.gradle index bd3a7d8..da62865 100644 --- a/photodraweeview/build.gradle +++ b/photodraweeview/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.huawei.ohos.library' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/photodraweeview/src/main/config.json b/photodraweeview/src/main/config.json index 65e931d..c94c0de 100644 --- a/photodraweeview/src/main/config.json +++ b/photodraweeview/src/main/config.json @@ -5,10 +5,6 @@ "version": { "code": 1000000, "name": "1.0.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5 } }, "deviceConfig": {}, -- Gitee From 296a7a84ef83b2cdeed319ae19ae888ca274e037 Mon Sep 17 00:00:00 2001 From: 17351781990 <827990754@qq.com> Date: Mon, 5 Jul 2021 16:53:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E3=80=91=E5=8D=87=E7=BA=A7sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f20c90a..f61778d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ + 功能:手势处理图片缩放 + 项目移植状态:主功能完成 + 调用差异:无 -+ 开发版本:sdk5,DevEco Studio 2.1 Release ++ 开发版本:sdk6,DevEco Studio 2.2 Beta1 + 基线版本:Releases v2.0.0 ## 项目演示 @@ -33,7 +33,7 @@ dependencies { } ``` -在sdk5,DevEco Studio 2.1 Release下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 +在sdk6,DevEco Studio 2.2 Beta1下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 ## 使用说明 -- Gitee