From 267ebfe86e8c007f98738efc06155d3cafbd7ef9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 10:54:55 -0500 Subject: [PATCH] fix(deps): update dependency com.google.accompanist:accompanist-permissions to v0.37.3 (#3552) * fix(deps): update dependency com.google.accompanist:accompanist-permissions to v0.37.3 * Update dependency diffs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- deps_fdroid.txt | 2 +- deps_googleplay.txt | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps_fdroid.txt b/deps_fdroid.txt index a5e6f1420..c448ee4f4 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1689,7 +1689,7 @@ +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) -+\--- com.google.accompanist:accompanist-permissions:0.37.2 ++\--- com.google.accompanist:accompanist-permissions:0.37.3 + +--- androidx.activity:activity-compose:1.9.0 -> 1.10.1 (*) + +--- 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 7b84aa0bf..e02832a6b 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -2000,7 +2000,7 @@ +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) -+\--- com.google.accompanist:accompanist-permissions:0.37.2 ++\--- com.google.accompanist:accompanist-permissions:0.37.3 + +--- androidx.activity:activity-compose:1.9.0 -> 1.10.1 (*) + +--- 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 719941448..a758d3d1e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ agp = "8.9.2" android-compileSdk = "35" android-minSdk = "26" android-targetSdk = "34" -accompanist = "0.37.2" +accompanist = "0.37.3" activity-compose = "1.10.1" appauth = "0.11.1" appcompat = "1.7.0"