diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 1b8791bfb..a9e9b0067 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1354,18 +1354,18 @@ +| +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 (*) +| +--- io.coil-kt:coil-base:2.6.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) -++--- com.google.accompanist:accompanist-flowlayout:0.34.0 -+| +--- androidx.compose.foundation:foundation:1.6.0 -> 1.7.5 (*) -+| +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.5 (*) +++--- com.google.accompanist:accompanist-flowlayout:0.36.0 ++| +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.5 (*) ++| +--- androidx.compose.ui:ui-util:1.7.0 -> 1.7.5 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.8.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) -++--- com.google.accompanist:accompanist-permissions:0.34.0 -+| +--- androidx.activity:activity-compose:1.7.2 -> 1.9.3 (*) -+| +--- androidx.compose.foundation:foundation:1.6.0 -> 1.7.5 (*) +++--- com.google.accompanist:accompanist-permissions:0.36.0 ++| +--- androidx.activity:activity-compose:1.9.0 -> 1.9.3 (*) ++| +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.5 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.8.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) -+\--- com.google.accompanist:accompanist-systemuicontroller:0.34.0 ++\--- com.google.accompanist:accompanist-systemuicontroller:0.36.0 + +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) -+ +--- androidx.compose.ui:ui:1.6.0 -> 1.7.5 (*) ++ +--- androidx.compose.ui:ui:1.7.0 -> 1.7.5 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.8.0 (*) + \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 95f11c211..7b809595f 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -1665,18 +1665,18 @@ +| +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 (*) +| +--- io.coil-kt:coil-base:2.6.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) -++--- com.google.accompanist:accompanist-flowlayout:0.34.0 -+| +--- androidx.compose.foundation:foundation:1.6.0 -> 1.7.5 (*) -+| +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.5 (*) +++--- com.google.accompanist:accompanist-flowlayout:0.36.0 ++| +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.5 (*) ++| +--- androidx.compose.ui:ui-util:1.7.0 -> 1.7.5 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.8.1 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) -++--- com.google.accompanist:accompanist-permissions:0.34.0 -+| +--- androidx.activity:activity-compose:1.7.2 -> 1.9.3 (*) -+| +--- androidx.compose.foundation:foundation:1.6.0 -> 1.7.5 (*) +++--- com.google.accompanist:accompanist-permissions:0.36.0 ++| +--- androidx.activity:activity-compose:1.9.0 -> 1.9.3 (*) ++| +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.5 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.8.1 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) -+\--- com.google.accompanist:accompanist-systemuicontroller:0.34.0 ++\--- com.google.accompanist:accompanist-systemuicontroller:0.36.0 + +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) -+ +--- androidx.compose.ui:ui:1.6.0 -> 1.7.5 (*) ++ +--- androidx.compose.ui:ui:1.7.0 -> 1.7.5 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.8.1 (*) + \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d8111c914..835753844 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ agp = "8.7.2" android-compileSdk = "34" android-minSdk = "24" android-targetSdk = "34" -accompanist = "0.34.0" +accompanist = "0.36.0" activity-compose = "1.9.3" appauth = "0.11.1" appcompat = "1.7.0"