diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index c8a4b598..5fa99b90 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -51,9 +51,11 @@ NSAppleMusicUsageDescription 请允许访问,否则无法在小蜜蜂社区中发送及保存照片. NSBluetoothAlwaysUsageDescription - 无需使用蓝牙 + 需要使用蓝牙 NSBluetoothPeripheralUsageDescription - 无需使用蓝牙 + 需要使用蓝牙 + NSMicrophoneUsageDescription + 需要使用麦克风用于发布任务等功能的音频输入 NSCalendarsUsageDescription 请允许访问,否则无法查看您每日的浏览记录. NSCameraUsageDescription diff --git a/pubspec.yaml b/pubspec.yaml index a96f4fae..1cba7e5d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: aku_new_community description: A new Flutter project. publish_to: "none" -version: 1.8.10-dev+50 +version: 1.8.11-dev+51 environment: sdk: ">=2.12.0 <3.0.0"