From 3e6f3e105fc90f67a1e7b422a84c4ece8d77455d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 07:36:16 +0000 Subject: [PATCH] Bump wear from 1.1.0 to 1.2.0 Bumps wear from 1.1.0 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.wear:wear 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 8127b80663e..11e0f2d0866 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -132,7 +132,7 @@ dependencies { implementation(name: 'wearpreferenceactivity-0.5.0', ext: 'aar') implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.percentlayout:percentlayout:1.0.0' - implementation 'androidx.wear:wear:1.1.0' + implementation 'androidx.wear:wear:1.2.0' implementation('com.github.lecho:hellocharts-library:1.5.8@aar') testImplementation "junit:junit:$junit_version"