兼容低版本安卓系统

master
zhaoxiaodong 2026-04-02 21:31:41 +08:00
parent fda0800205
commit 2f98ab970f
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "海驰24",
"appid" : "__UNI__7302921",
"appid" : "__UNI__F1AF57E",
"description" : "111",
"versionName" : "1.2.0",
"versionCode" : "100",
@ -34,7 +34,8 @@
"<!-- 基础必要权限(如无特殊需求可保留) -->",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
]
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
},
"ios" : {
"dSYMs" : false,
@ -55,7 +56,7 @@
"minified" : true,
"postcss" : true
},
"lazyCodeLoading": "requiredComponents",
"lazyCodeLoading" : "requiredComponents",
"optimization" : {
"subPackages" : true
},