From 6c2e902d9ea8a012a53d82481c866bf30bd5e499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 08:08:21 +0000 Subject: [PATCH] Bump tiles from 1.0.0 to 1.0.1 Bumps tiles from 1.0.0 to 1.0.1. --- updated-dependencies: - dependency-name: androidx.wear.tiles:tiles dependency-type: direct:production update-type: version-update:semver-patch ... 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 02458d4726..34d1a75048 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -117,7 +117,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.6.0' implementation "androidx.core:core-ktx:$core_version" - implementation "androidx.wear.tiles:tiles:1.0.0" + implementation "androidx.wear.tiles:tiles:1.0.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" testImplementation "junit:junit:$junit_version"