Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent 2da27b1 commit 10ecb61
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AlwaysOnKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.3.0-beta02"
compose-compiler = "1.5.7"
compose-ui-tooling = "1.2.1"
horologist-compose-layout = "0.5.14"
horologist-compose-layout = "0.5.15"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"
Expand All @@ -21,7 +21,7 @@ androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", versi
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-wear = "androidx.wear:wear:1.3.0"
androidx-window = "androidx.window:window:1.2.0"
com-google-truth = "com.google.truth:truth:1.1.5"
com-google-truth = "com.google.truth:truth:1.2.0"
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
compose-ui = { module = "androidx.compose.ui:ui" }
compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
Expand Down
2 changes: 1 addition & 1 deletion ComposeAdvanced/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ androidx-test-uiautomator = "2.2.0"
androidx-wear-compose = "1.2.1"
compose = "1.5.4"
compose-compiler = "1.5.7"
horologist = "0.5.14"
horologist = "0.5.15"
ktlint = "0.50.0"
navigation = "2.7.6"
org-jetbrains-kotlin = "1.9.21"
Expand Down
2 changes: 1 addition & 1 deletion TimeText/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.2.0"
androidx-wear = "androidx.wear:wear:1.3.0"
com-google-truth = "com.google.truth:truth:1.1.5"
com-google-truth = "com.google.truth:truth:1.2.0"
jacoco-ant = "org.jacoco:org.jacoco.ant:0.8.11"
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "org-jetbrains-kotlin" }
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "org-jetbrains-kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ androidx-media = "androidx.media:media:1.7.0"
androidx-wear = "androidx.wear:wear:1.3.0"
androidx-wear-watchface-complications-data-source-ktx = "androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.0"
androidx-window = "androidx.window:window:1.2.0"
com-google-truth = "com.google.truth:truth:1.1.5"
com-google-truth = "com.google.truth:truth:1.2.0"
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
compose-material = { module = "androidx.compose.material:material", version.ref = "compose" }
Expand Down
2 changes: 1 addition & 1 deletion WearTilesKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ androidx-wear-tiles = "1.2.0"
androidx-wear-tooling-preview = "1.0.0"
compose = "1.5.4"
compose-compiler = "1.5.7"
horologist = "0.5.14"
horologist = "0.5.15"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.21"
org-jetbrains-kotlinx = "1.7.3"
Expand Down

0 comments on commit 10ecb61

Please sign in to comment.