From 140b443bce32d9c5e8fe7344fcd9e09eda3fe455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:03:05 +0000 Subject: [PATCH] Bump com.google.accompanist:accompanist-swiperefresh Bumps [com.google.accompanist:accompanist-swiperefresh](https://github.com/google/accompanist) from 0.34.0 to 0.36.0. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-swiperefresh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 29cdaea..7b8dec5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' - implementation "com.google.accompanist:accompanist-swiperefresh:0.34.0" + implementation "com.google.accompanist:accompanist-swiperefresh:0.36.0" implementation "androidx.compose.ui:ui:1.6.8" implementation "androidx.compose.material:material:1.6.8" implementation "androidx.compose.ui:ui-tooling:1.6.8"