diff --git a/test_uniappx_slider_100/manifest.json b/test_uniappx_slider_100/manifest.json index 2c281de69fd8b169f1dc1ff0e1ff1487fb2dabbf..732db06857d904fd60fb276c52d2ff229ff24bfe 100644 --- a/test_uniappx_slider_100/manifest.json +++ b/test_uniappx_slider_100/manifest.json @@ -1,43 +1,48 @@ -{ - "name" : "test_uniappx_slider", - "appid" : "__UNI__05186D0", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", - "uni-app-x" : {}, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "3", - "app" : { - "distribute" : { - "icons" : { - "android" : { - "hdpi" : "", - "xhdpi" : "", - "xxhdpi" : "", - "xxxhdpi" : "" - } - } - } - } -} +{ + "name": "test_uniappx_slider", + "appid": "__UNI__05186D0", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "uni-app-x": {}, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "", + "setting": { + "urlCheck": false + }, + "usingComponents": true + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "3", + "app": { + "distribute": { + "android": { + "abiFilters": [ + "arm64-v8a", "armeabi-v7a", "x86_64" + ] + }, + "icons": { + "android": { + "hdpi": "", + "xhdpi": "", + "xxhdpi": "", + "xxxhdpi": "" + } + } + } + } +} \ No newline at end of file diff --git a/test_uniappx_slider_100/test_uniappx_slider-release.apk b/test_uniappx_slider_100/test_uniappx_slider-release.apk index ed7b122bc1fabc49214ef250c4b3e46c8c4403c4..1fb917069de2c7a45a24bf5ccbec544f89f35d4c 100644 Binary files a/test_uniappx_slider_100/test_uniappx_slider-release.apk and b/test_uniappx_slider_100/test_uniappx_slider-release.apk differ