From edb7629ceaf08a17df1c8c16086a6c40e77cc80a Mon Sep 17 00:00:00 2001 From: lele <879860859@qq.com> Date: Wed, 30 Jun 2021 06:27:31 +0000 Subject: [PATCH 1/3] commit --- README.OPENSOURCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 6c02905..535d39c 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -3,7 +3,7 @@ "Name": "Android-MultiBackStack", "License": "Apache License", "License File": "LICENSE", - "Version Number": " release v1.2.1 ", + "Version Number": " release 1.2.1 ", "Upstream URL": "https://github.com/JetradarMobile/android-multibackstack", "Description": "Persistent bottom navigation like in instagram" } -- Gitee From b8d09306b1bf9e61a32a7b07adc87237b374d482 Mon Sep 17 00:00:00 2001 From: lele <879860859@qq.com> Date: Wed, 30 Jun 2021 06:27:44 +0000 Subject: [PATCH 2/3] commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13f86e9..b56c698 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ohos-MultiBackStack - 项目移植状态:完成 - 调用差异:无 - 开发版本:sdk6,DevEco Studio2.2 Beta1 -- 基线版本:release v1.2.1 +- 基线版本:release 1.2.1 #### 效果演示 -- Gitee From e4814191fabb818580a8b63be3eb3d1dc3a40c71 Mon Sep 17 00:00:00 2001 From: lele <879860859@qq.com> Date: Wed, 30 Jun 2021 06:38:53 +0000 Subject: [PATCH 3/3] commit --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3ae2dfc..bf479ca 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. apply plugin: 'com.huawei.ohos.app' -//For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#ZH-CN_TOPIC_0000001154985555__section1112183053510 ohos { compileSdkVersion 6 defaultConfig { - compatibleSdkVersion 6 + compatibleSdkVersion 5 } } -- Gitee