From 4ecfe697a98b6f1c34ae0e73aee05e101a015262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:21:28 +0000 Subject: [PATCH] Update dependency com.google.android.gms:play-services-wearable to v18.1.0 --- wearablesample/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wearablesample/build.gradle.kts b/wearablesample/build.gradle.kts index 916858c..0085662 100644 --- a/wearablesample/build.gradle.kts +++ b/wearablesample/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { implementation(project(mapOf("path" to ":composesensors"))) implementation("androidx.core:core-ktx:1.10.1") - implementation("com.google.android.gms:play-services-wearable:18.0.0") + implementation("com.google.android.gms:play-services-wearable:18.1.0") implementation("androidx.percentlayout:percentlayout:1.0.0") implementation("androidx.legacy:legacy-support-v4:1.0.0") implementation("androidx.compose.ui:ui:${rootProject.extra["compose_version"]}")