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

chore(deps): bump rxandroidble from 1.16.0 to 1.17.0
This commit is contained in:
Milos Kozak 2022-11-08 09:24:39 +01:00 committed by GitHub
commit a0bf9d2104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,6 @@ dependencies {
implementation project(':interfaces')
//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"
}