From e969b509cc4fefd5e522ec4847c67846acf31a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 08:08:33 +0000 Subject: [PATCH] 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] --- wear/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wear/build.gradle b/wear/build.gradle index 34d1a75048..bb760a4ab2 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -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" }