fix: 修复安卓平台由于协商 MTU 失败导致发现服务抛出异常的问题 #22 (#23)

This commit is contained in:
iAMD
2023-10-21 14:04:22 +08:00
committed by GitHub
parent 728402ac16
commit 3c10caa5dd
7 changed files with 47 additions and 14 deletions

View File

@ -1,6 +1,6 @@
name: bluetooth_low_energy_android
description: Android implementation of the bluetooth_low_energy plugin.
version: 3.0.3
version: 3.0.4
homepage: https://github.com/yanshouwang/bluetooth_low_energy
environment:
@ -11,6 +11,7 @@ dependencies:
flutter:
sdk: flutter
bluetooth_low_energy_platform_interface: ^3.0.0
logging: ^1.2.0
dev_dependencies:
flutter_test: