From c2496a15b8864bdf3b8e5f88c1c79973bdd13d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 14:36:09 +0000 Subject: [PATCH] Bump flow-preferences from 1.6.0 to 1.7.0 (#1859) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c033c7d52..0210e5a79 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -231,7 +231,7 @@ dependencies { implementation "io.coil-kt:coil:1.4.0" implementation "io.github.wulkanowy:AppKillerManager:3.0.0" implementation 'me.xdrop:fuzzywuzzy:1.4.0' - implementation 'com.fredporciuncula:flow-preferences:1.6.0' + implementation 'com.fredporciuncula:flow-preferences:1.7.0' playImplementation platform('com.google.firebase:firebase-bom:30.0.1') playImplementation 'com.google.firebase:firebase-analytics-ktx'