Skip to content

Commit

Permalink
Update all dependencies (#1088)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent cfb46bf commit 7eb742e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion WatchFaceKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org-jetbrains-kotlinx = "1.8.0"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.0"
android-material = "com.google.android.material:material:1.11.0"
android-material = "com.google.android.material:material:1.12.0"
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.4.0"
Expand Down
4 changes: 2 additions & 2 deletions WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ktlint = "0.50.0"
android-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
android-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.0.4"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.0"
android-material = "com.google.android.material:material:1.11.0"
android-material = "com.google.android.material:material:1.12.0"
android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.0"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
Expand Down Expand Up @@ -62,7 +62,7 @@ kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-
kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "org-jetbrains-kotlinx" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "org-jetbrains-kotlinx" }
org-robolectric = "org.robolectric:robolectric:4.12.1"
playservices-auth = "com.google.android.gms:play-services-auth:21.1.0"
playservices-auth = "com.google.android.gms:play-services-auth:21.1.1"
playservices-wearable = "com.google.android.gms:play-services-wearable:18.1.0"
test-core = { module = "androidx.test:core", version.ref = "androidx-test" }
test-core-ktx = { module = "androidx.test:core-ktx", version.ref = "androidx-test" }
Expand Down
8 changes: 4 additions & 4 deletions WearSpeakerSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ compose-ui-tooling = "1.3.1"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.23"
robolectric = "4.12.1"
roborazzi = "1.12.0"
ui-test-junit4 = "1.6.5"
ui-test-manifest = "1.6.5"
horologist = "0.5.26"
roborazzi = "1.13.0"
ui-test-junit4 = "1.6.7"
ui-test-manifest = "1.6.7"
horologist = "0.5.27"
androidx-constraintlayout-compose = "1.0.1"

[libraries]
Expand Down

0 comments on commit 7eb742e

Please sign in to comment.