From 7f510c7e8ac88f72e9284ec51eb4eab070277824 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:11:14 +0900 Subject: [PATCH] fix(deps): update flipper to v0.201.0 (#265) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 702e1dc29..cc7e16e27 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ kspplugin = "1.8.21-1.0.11" dagger-hilt = "2.46.1" dagger-hilt-navigation-compose = "1.0.0" -flipper = "0.200.0" +flipper = "0.201.0" soloader = "0.10.5" okhttp = "4.11.0" retrofit = "2.9.0"