From 573fcfbf92c96b89067f101610aa165b8f8d49df Mon Sep 17 00:00:00 2001 From: hulinNeil <1289739946@qq.com> Date: Tue, 17 Apr 2018 20:29:53 +0800 Subject: [PATCH] =?UTF-8?q?manifest=E5=A2=9E=E5=8A=A0minPlatformVersion?= =?UTF-8?q?=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello-quickapp/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello-quickapp/manifest.json b/hello-quickapp/manifest.json index c9f8175..153f2e3 100755 --- a/hello-quickapp/manifest.json +++ b/hello-quickapp/manifest.json @@ -4,6 +4,7 @@ "versionName": "1.0.0", "versionCode": 100, "icon": "/Common/logo.png", + "minPlatformVersion":1000, "features": [{ "name": "system.webview" }, @@ -222,4 +223,4 @@ } } } -} +}