Skip to content

Commit

Permalink
Merge pull request #953 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored Nov 2, 2023
2 parents aa379c4 + a8c8032 commit 511da6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AlwaysOnKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test-ext-junit-ktx = "androidx.test.ext:junit-ktx:1.1.5"
test-ext-truth = "androidx.test.ext:truth:1.5.0"
test-rules = "androidx.test:rules:1.5.0"
test-runner = "androidx.test:runner:1.5.2"
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha04"
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha05"
wear-compose-foundation = { module = "androidx.wear.compose:compose-foundation", version.ref = "androidx-wear-compose" }
wear-compose-material = { module = "androidx.wear.compose:compose-material", version.ref = "androidx-wear-compose" }
wearable = { module = "com.google.android.wearable:wearable", version.ref = "wearable" }
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 @@ -12,7 +12,7 @@ compose = "1.5.4"
compose-compiler = "1.5.3"
horologist = "0.5.9"
ktlint = "0.50.0"
navigation = "2.7.4"
navigation = "2.7.5"
org-jetbrains-kotlin = "1.9.10"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions DataLayer/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ org-jetbrains-kotlin = "1.9.10"
org-jetbrains-kotlinx = "1.7.3"

[libraries]
android-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.0.3"
android-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.0.4"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidx-compose-bom" }
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.1"
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.2"
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
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 @@ -14,7 +14,7 @@ ktlint = "0.50.0"

[libraries]
android-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
android-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.0.3"
android-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.0.4"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.1.2"
android-material = "com.google.android.material:material:1.10.0"
android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.1.2"
Expand All @@ -26,7 +26,7 @@ androidx-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.1.2"
androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.0.0"
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.1"
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.2"
androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle" }
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
Expand Down

0 comments on commit 511da6a

Please sign in to comment.