diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 50bdd3e2b..2d3f79ddc 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1571,7 +1571,7 @@ +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.4.0 -> 0.6.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*) -+\--- com.google.accompanist:accompanist-permissions:0.37.1 ++\--- com.google.accompanist:accompanist-permissions:0.37.2 + +--- androidx.activity:activity-compose:1.9.0 -> 1.10.0 (*) + +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.1 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 16c3d6bfc..b9efb14c3 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -1881,7 +1881,7 @@ +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.4.0 -> 0.6.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*) -+\--- com.google.accompanist:accompanist-permissions:0.37.1 ++\--- com.google.accompanist:accompanist-permissions:0.37.2 + +--- androidx.activity:activity-compose:1.9.0 -> 1.10.0 (*) + +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.1 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index df93cf8ae..01d499263 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ agp = "8.8.1" android-compileSdk = "35" android-minSdk = "24" android-targetSdk = "34" -accompanist = "0.37.1" +accompanist = "0.37.2" activity-compose = "1.10.0" appauth = "0.11.1" appcompat = "1.7.0"