diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 66583c2a4..ab3332264 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1358,8 +1358,8 @@ +| +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 (*) +| +--- io.coil-kt:coil-base:2.7.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*) -+\--- com.google.accompanist:accompanist-permissions:0.36.0 ++\--- com.google.accompanist:accompanist-permissions:0.37.0 + +--- androidx.activity:activity-compose:1.9.0 -> 1.9.3 (*) + +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.6 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.8.1 (*) -+ \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) ++ \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.0.21 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 135fa4f4b..d503620fe 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -1669,8 +1669,8 @@ +| +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 (*) +| +--- io.coil-kt:coil-base:2.7.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*) -+\--- com.google.accompanist:accompanist-permissions:0.36.0 ++\--- com.google.accompanist:accompanist-permissions:0.37.0 + +--- androidx.activity:activity-compose:1.9.0 -> 1.9.3 (*) + +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.6 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.8.1 (*) -+ \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*) ++ \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.0.21 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cae9fac3e..7b8ae3eaf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ agp = "8.7.3" android-compileSdk = "34" android-minSdk = "24" android-targetSdk = "34" -accompanist = "0.36.0" +accompanist = "0.37.0" activity-compose = "1.9.3" appauth = "0.11.1" appcompat = "1.7.0"