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] =?UTF-8?q?=E6=96=B0=E7=BC=96=E8=AF=91=E5=99=A8=E9=80=82?= =?UTF-8?q?=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