Skip to content

Commit 7b4c11d

Browse files
committed
Release 1.0.0-beta
1 parent 4862494 commit 7b4c11d

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.0-beta
2+
3+
* Migrate Android to RxAndroidBle2/RxJava2 (thanks, @JamesMcIntosh!)
4+
15
# 0.1.7
26

37
* Fix lack of disconnection event on iOS when connection fails to be established

MultiplatformBleAdapter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "MultiplatformBleAdapter"
3-
spec.version = "0.1.7"
3+
spec.version = "1.0.0-beta"
44
spec.summary = "An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries"
55

66
spec.description = <<-DESC

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,27 @@ Internally uses:
77
* [RxBluetoothKit](https://github.com/Polidea/RxBluetoothKit)
88

99
If you'd like to use it in your own library, you should start from BleAdapter on either platform.
10+
11+
### Android setup
12+
13+
Make sure to instruct the users of your library about the need to add and configure a global error handler in their application.
14+
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling
15+
See: https://github.com/Polidea/RxAndroidBle/wiki/FAQ:-UndeliverableException
16+
1017
## Maintained by
18+
1119
This library is maintained by [Polidea](https://www.polidea.com/?utm_source=Github&utm_medium=Npaid&utm_campaign=Main&utm_term=Code&utm_content=GH_NOP_MPG_COD_MPBA001)
1220

1321
[Contact us](https://www.polidea.com/project/?utm_source=Github&utm_medium=Npaid&utm_campaign=Kontakt&utm_term=Code&utm_content=GH_NOP_KKT_COD_MPBA001)
1422

1523
[Learn more about Polidea's BLE services](https://www.polidea.com/services/ble/?utm_source=Github&utm_medium=Npaid&utm_campaign=Tech_BLE&utm_term=Code&utm_content=GH_NOP_BLE_COD_MPBA001).
1624

1725
#### Maintainers
26+
1827
TBD
1928

2029
## License
30+
2131
Copyright 2019 Polidea Sp. z o.o
2232

2333
Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)