We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2279e0 commit d535f70Copy full SHA for d535f70
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# 0.1.6
2
+
3
+* Fix BluetoothGattCharacteristicUuid collision
4
+* Fix error messages in Android's IllegalState exceptions
MultiplatformBleAdapter.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MultiplatformBleAdapter"
- spec.version = "0.1.5"
+ spec.version = "0.1.6"
spec.summary = "An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries"
5
6
spec.description = <<-DESC
0 commit comments