From 0a3203655883d05cae1c58127659eb8cce80f263 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 Jan 2023 00:30:34 +0000 Subject: [PATCH] chore(deps): update dependency com.github.aliasadi:powerpreference to v2.1.1 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8da9b22..069bbc2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -197,7 +197,7 @@ dependencies { isTransitive = false } - implementation("com.github.AliAsadi:PowerPreference:2.1.0") + implementation("com.github.AliAsadi:PowerPreference:2.1.1") implementation("com.github.kittinunf.fuel:fuel:2.3.1") implementation("com.github.kittinunf.fuel:fuel-coroutines:2.3.1") implementation("com.github.kittinunf.fuel:fuel-android:2.3.1")