diff --git a/deps_wear.txt b/deps_wear.txt index 8d4262db7..6a591ae3c 100644 --- a/deps_wear.txt +++ b/deps_wear.txt @@ -816,18 +816,18 @@ +| +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 (*) +| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 (*) ++--- com.google.android.gms:play-services-wearable:18.2.0 (*) -++--- androidx.paging:paging-compose:3.3.2 -+| \--- androidx.paging:paging-compose-android:3.3.2 +++--- androidx.paging:paging-compose:3.3.4 ++| \--- androidx.paging:paging-compose-android:3.3.4 +| +--- androidx.compose.foundation:foundation:1.5.0 -> 1.7.2 (*) +| +--- androidx.compose.runtime:runtime:1.5.0 -> 1.7.2 (*) -+| +--- androidx.paging:paging-common:3.3.2 -+| | \--- androidx.paging:paging-common-android:3.3.2 ++| +--- androidx.paging:paging-common:3.3.4 ++| | \--- androidx.paging:paging-common-android:3.3.4 +| | +--- androidx.annotation:annotation:1.8.1 -> 1.8.2 (*) +| | +--- androidx.arch.core:core-common:2.2.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*) -+| \--- androidx.paging:paging-common:3.3.2 (c) ++| \--- androidx.paging:paging-common:3.3.4 (c) ++--- androidx.compose.ui:ui -> 1.7.2 (*) ++--- androidx.compose.ui:ui-graphics -> 1.7.2 (*) ++--- androidx.compose.ui:ui-tooling-preview -> 1.7.2 @@ -1183,7 +1183,7 @@ +| +--- androidx.wear.compose:compose-material:1.4.0 (*) +| +--- androidx.wear.compose:compose-foundation:1.4.0 (*) +| +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.5 -> 2.8.6 (*) -+| +--- androidx.paging:paging-compose:3.3.2 (*) ++| +--- androidx.paging:paging-compose:3.3.2 -> 3.3.4 (*) +| +--- androidx.wear:wear:1.3.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.8.2 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c1cfaa4e8..82a9063a6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -89,7 +89,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "lifecycle" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" } androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" } -androidx-paging-compose = { module = "androidx.paging:paging-compose", version = "3.3.2" } +androidx-paging-compose = { module = "androidx.paging:paging-compose", version = "3.3.4" } androidx-preference = { module = "androidx.preference:preference", version.ref = "preference" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } androidx-room = { module = "androidx.room:room-runtime", version.ref = "room" }