Merge pull request #1332 from nightscout/dependabot/gradle/dev/wearableVersion-2.9.0

Bump wearableVersion from 2.8.1 to 2.9.0
This commit is contained in:
Milos Kozak 2022-02-20 19:28:55 +01:00 committed by GitHub
commit 3c73fe94c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ apply from: "${project.rootDir}/gradle/jacoco_global.gradle"
ext {
wearableVersion = "2.8.1"
wearableVersion = "2.9.0"
// playServicesWearable 17.1.0 breaks test
playServicesWearable = "17.0.0"
}