Skip to content

Commit

Permalink
Update dependency com.google.android.gms:play-services-wearable to v1…
Browse files Browse the repository at this point in the history
…8.1.0
  • Loading branch information
renovate[bot] committed Sep 5, 2023
1 parent d1fa08d commit 4ecfe69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wearablesample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}")
Expand Down

0 comments on commit 4ecfe69

Please sign in to comment.