diff --git a/deps_wear.txt b/deps_wear.txt index ef245915a..c42e666bb 100644 --- a/deps_wear.txt +++ b/deps_wear.txt @@ -1006,18 +1006,18 @@ +| +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (*) +| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*) ++--- com.google.android.gms:play-services-wearable:19.0.0 (*) -++--- androidx.paging:paging-compose:3.3.5 -+| \--- androidx.paging:paging-compose-android:3.3.5 +++--- androidx.paging:paging-compose:3.3.6 ++| \--- androidx.paging:paging-compose-android:3.3.6 +| +--- androidx.compose.foundation:foundation:1.5.0 -> 1.7.8 (*) +| +--- androidx.compose.runtime:runtime:1.5.0 -> 1.7.8 (*) -+| +--- androidx.paging:paging-common:3.3.5 -+| | \--- androidx.paging:paging-common-android:3.3.5 ++| +--- androidx.paging:paging-common:3.3.6 ++| | \--- androidx.paging:paging-common-android:3.3.6 +| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| | +--- androidx.arch.core:core-common:2.2.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*) -+| \--- androidx.paging:paging-common:3.3.5 (c) ++| \--- androidx.paging:paging-common:3.3.6 (c) ++--- androidx.compose.ui:ui -> 1.7.8 (*) ++--- androidx.compose.ui:ui-graphics -> 1.7.8 (*) ++--- androidx.compose.ui:ui-tooling-preview -> 1.7.8 @@ -1373,7 +1373,7 @@ +| +--- androidx.wear.compose:compose-material:1.4.0 (*) +| +--- androidx.wear.compose:compose-foundation:1.4.0 (*) +| +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (*) -+| +--- androidx.paging:paging-compose:3.3.4 -> 3.3.5 (*) ++| +--- androidx.paging:paging-compose:3.3.4 -> 3.3.6 (*) +| +--- androidx.wear:wear:1.3.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 542bd331b..899a6f036 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -85,7 +85,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.5" } +androidx-paging-compose = { module = "androidx.paging:paging-compose", version = "3.3.6" } 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" }