Bump wearableVersion from 2.8.1 to 2.9.0

Bumps `wearableVersion` from 2.8.1 to 2.9.0.

Updates `wearable` from 2.8.1 to 2.9.0

Updates `wearable` from 2.8.1 to 2.9.0

---
updated-dependencies:
- dependency-name: com.google.android.wearable:wearable
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.android.support:wearable
  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-02-17 08:08:33 +00:00 committed by GitHub
parent 540aa1e78e
commit e969b509cc
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"
}