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 @@ } } } -} +}