diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-18 23:22:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-18 23:22:09 +0530 |
commit | e688a6e55813c67bcbb6476c842181fbf2903b53 (patch) | |
tree | 84b40afdcfd4dcd9a2e8df356fe3d5c7991d6c13 | |
parent | 494dffba2264012f7d8f0d2aace7f8dba6d4799f (diff) |
fix(deps): update dependency de.maxr1998:modernandroidpreferences to v2.3.2 (#2304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8e3ddea4..13b6233e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -85,7 +85,7 @@ thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r" thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.16" thirdparty-leakcanary-core = { module = "com.squareup.leakcanary:leakcanary-android-core", version.ref = "leakcanary" } thirdparty-logcat = "com.squareup.logcat:logcat:0.1" -thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.1" +thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.2" thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.0.1" thirdparty-nonfree-sentry = "io.sentry:sentry-android:6.10.0" thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.4.0" |