shish 1 년 전
부모
커밋
fedf127d74
3개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 1
      ghsPad/src/manifest.json
  2. 2 1
      开发/ghsPad/src/manifest.json
  3. 2 1
      线上/ghsPad/src/manifest.json

+ 2 - 1
ghsPad/src/manifest.json

@@ -34,7 +34,8 @@
                     "<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>"
                 ],
                 "autoSdkPermissions" : false,
-                "schemes" : "zhhxhb"
+                "schemes" : "zhhxhb",
+                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
             },
             /* ios打包配置 */
             "ios" : {

+ 2 - 1
开发/ghsPad/src/manifest.json

@@ -34,7 +34,8 @@
                     "<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>"
                 ],
                 "autoSdkPermissions" : false,
-                "schemes" : "zhhxhb"
+                "schemes" : "zhhxhb",
+                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
             },
             /* ios打包配置 */
             "ios" : {

+ 2 - 1
线上/ghsPad/src/manifest.json

@@ -34,7 +34,8 @@
                     "<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>"
                 ],
                 "autoSdkPermissions" : false,
-                "schemes" : "zhhxhb"
+                "schemes" : "zhhxhb",
+                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
             },
             /* ios打包配置 */
             "ios" : {