chore(deps): bump rxandroidble from 1.16.0 to 1.17.0

Bumps [rxandroidble](https://github.com/dariuszseweryn/RxAndroidBle) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/dariuszseweryn/RxAndroidBle/releases)
- [Changelog](https://github.com/dariuszseweryn/RxAndroidBle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dariuszseweryn/RxAndroidBle/commits)

---
updated-dependencies:
- dependency-name: com.polidea.rxandroidble3:rxandroidble
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-08 08:03:14 +00:00 committed by GitHub
parent 7ae9ad1105
commit 16ada310f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,6 @@ dependencies {
implementation project(':interfaces') implementation project(':interfaces')
//RxAndroidBle //RxAndroidBle
implementation "com.polidea.rxandroidble3:rxandroidble:1.16.0" implementation "com.polidea.rxandroidble3:rxandroidble:1.17.0"
implementation "com.jakewharton.rx3:replaying-share:3.0.0" implementation "com.jakewharton.rx3:replaying-share:3.0.0"
} }