From e619022ec2f8933673456fb1779762053d99f2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:39:07 +0000 Subject: [PATCH] build(deps): bump accompanist from 0.37.0 to 0.37.1 Bumps `accompanist` from 0.37.0 to 0.37.1. Updates `com.google.accompanist:accompanist-drawablepainter` from 0.37.0 to 0.37.1 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.37.0...v0.37.1) Updates `com.google.accompanist:accompanist-permissions` from 0.37.0 to 0.37.1 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.37.0...v0.37.1) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-drawablepainter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.accompanist:accompanist-permissions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a0072372..667a847f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -accompanist = "0.37.0" +accompanist = "0.37.1" activityCompose = "1.10.0" amneziawgAndroid = "1.2.6" androidx-junit = "1.2.1"