From 6781bec0c99b63d1751bcc89345e6f8b9a396501 Mon Sep 17 00:00:00 2001 From: zhoulei <1090447721@qq.com> Date: Tue, 8 Jun 2021 09:21:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E7=BC=96=E8=AF=91=E5=99=A8?= =?UTF-8?q?=E9=80=82=E9=85=8D=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 1a8f71a..e81a7b9 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -5,6 +5,11 @@ "version": { "code": 1000000, "name": "1.0.0" + }, + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Release" } }, "deviceConfig": {}, -- Gitee From f75b9c766a91ac1a718118bc4ae85fbd0dc016a7 Mon Sep 17 00:00:00 2001 From: zhoulei <1090447721@qq.com> Date: Tue, 8 Jun 2021 09:51:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=96=B0=E7=BC=96=E8=AF=91=E5=99=A8?= =?UTF-8?q?=E9=80=82=E9=85=8D=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entry/src/main/config.json b/entry/src/main/config.json index e81a7b9..9d152f9 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -8,8 +8,7 @@ }, "apiVersion": { "compatible": 5, - "target": 5, - "releaseType": "Release" + "target": 5 } }, "deviceConfig": {}, -- Gitee