Merge pull request #2220 from nightscout/dependabot/gradle/dev/com.polidea.rxandroidble3-rxandroidble-1.17.2

chore(deps): bump rxandroidble from 1.17.0 to 1.17.2
This commit is contained in:
Milos Kozak 2022-11-25 19:59:18 +01:00 committed by GitHub
commit d4c6759dd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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