Skip to content

Commit

Permalink
Release 1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolak committed Dec 11, 2020
1 parent 4862494 commit 7b4c11d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.0-beta

* Migrate Android to RxAndroidBle2/RxJava2 (thanks, @JamesMcIntosh!)

# 0.1.7

* Fix lack of disconnection event on iOS when connection fails to be established
Expand Down
2 changes: 1 addition & 1 deletion MultiplatformBleAdapter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MultiplatformBleAdapter"
spec.version = "0.1.7"
spec.version = "1.0.0-beta"
spec.summary = "An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries"

spec.description = <<-DESC
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,27 @@ Internally uses:
* [RxBluetoothKit](https://github.com/Polidea/RxBluetoothKit)

If you'd like to use it in your own library, you should start from BleAdapter on either platform.

### Android setup

Make sure to instruct the users of your library about the need to add and configure a global error handler in their application.
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling
See: https://github.com/Polidea/RxAndroidBle/wiki/FAQ:-UndeliverableException

## Maintained by

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)

[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)

[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).

#### Maintainers

TBD

## License

Copyright 2019 Polidea Sp. z o.o

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

0 comments on commit 7b4c11d

Please sign in to comment.