From 5c67a1bcef8fc5afad9c0a1364eafb0a6ce43654 Mon Sep 17 00:00:00 2001 From: Iruka <1017819588@qq.com> Date: Sun, 29 Sep 2024 11:15:38 +0800 Subject: [PATCH] . --- manifest.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 29d9253..fb9f032 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "及时雨滴灌", - "appid" : "__UNI__88064F1", + "appid" : "__UNI__5ACF7F6", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", @@ -17,7 +17,11 @@ "delay" : 0 }, /* 模块配置 */ - "modules" : {}, + "modules" : { + "Barcode" : {}, + "Bluetooth" : {}, + "Camera" : {} + }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ @@ -38,10 +42,15 @@ "", "", "" - ] + ], + "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ], + "minSdkVersion" : 21, + "targetSdkVersion" : 30 }, /* ios打包配置 */ - "ios" : {}, + "ios" : { + "dSYMs" : false + }, /* SDK配置 */ "sdkConfigs" : {} }