diff --git a/app-compose/dependencies/marketReleaseRuntimeClasspath.txt b/app-compose/dependencies/marketReleaseRuntimeClasspath.txt index 21ee617c5..04fcdc289 100644 --- a/app-compose/dependencies/marketReleaseRuntimeClasspath.txt +++ b/app-compose/dependencies/marketReleaseRuntimeClasspath.txt @@ -171,7 +171,7 @@ com.github.topjohnwu.libsu:io:6.0.0 com.github.topjohnwu.libsu:nio:6.0.0 com.github.topjohnwu.libsu:service:6.0.0 com.google.accompanist:accompanist-drawablepainter:0.32.0 -com.google.accompanist:accompanist-permissions:0.36.0 +com.google.accompanist:accompanist-permissions:0.37.0 com.google.android.datatransport:transport-api:3.2.0 com.google.android.datatransport:transport-backend-cct:3.3.0 com.google.android.datatransport:transport-runtime:3.3.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f61432cd7..ce91eb70a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -accompanist = "0.36.0" +accompanist = "0.37.0" androidDesugarJdkLibs = "2.1.3" # AGP and tools should be updated together androidGradlePlugin = "8.7.3"