feat: 适配 Android 13,修复不安全内存问题 (#12)
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
## 2.0.3
|
||||
|
||||
- `Android` Migrate to Android 13.
|
||||
- `Android` Fix the issuce that receive wrong values caused by unsafe memory, see https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback#onCharacteristicChanged(android.bluetooth.BluetoothGatt,%20android.bluetooth.BluetoothGattCharacteristic)
|
||||
|
||||
## 2.0.2
|
||||
|
||||
- Combine iOS and macOS projects.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: bluetooth_low_energy_platform_interface
|
||||
description: A common platform interface for the bluetooth_low_energy plugin.
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
homepage: https://github.com/yanshouwang/bluetooth_low_energy
|
||||
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user