Commit 48a43f47 authored by 李驰骋's avatar 李驰骋

指定minSdkVersion,schemes

parent e7506805
{ {
"name" : "五粮液易商", "name" : "五粮液易商",
// "appid" : "__UNI__EDB6A1F", // "appid" : "__UNI__EDB6A1F",
"appid" : "__UNI__1EABC74", "appid" : "__UNI__4BF5E20",
"description" : "订货系统", "description" : "订货系统",
"versionName" : "1.1.42", "versionName" : "1.1.43",
"versionCode" : 10142, "versionCode" : 10143,
"transformPx" : false, "transformPx" : false,
"app-plus" : { "app-plus" : {
/* 5+App特有相关 */ /* 5+App特有相关 */
...@@ -48,7 +48,9 @@ ...@@ -48,7 +48,9 @@
"<uses-permission android:name=\"com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY\"/>" "<uses-permission android:name=\"com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY\"/>"
], ],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ], "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"targetSdkVersion" : "" "targetSdkVersion" : "",
"minSdkVersion" : 21,
"schemes" : "uusafeportalwly"
}, },
"ios" : { "ios" : {
"dSYMs" : false, "dSYMs" : false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment