diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2021-12-24 23:34:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 23:34:44 +0530 |
commit | 43f6a0090f4f89464348eae98bf7303fa59bd13a (patch) | |
tree | 9348de57df8b0eaaf2821be5d62cc3a2366a4e55 /gradle | |
parent | 66be6fc50afb0d34950eb7e67003a0ced7819c51 (diff) |
chore(deps): update dependency de.maxr1998:modernandroidpreferences to v2.3.0 (#1621)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to 'gradle')
-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 3d68c500..54cb1943 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -81,7 +81,7 @@ thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.13" thirdparty-leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref="leakcanary" } thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android", version.ref="leakcanary" } thirdparty-logcat = "com.squareup.logcat:logcat:0.1" -thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.2.1" +thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.0" thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.0.0" thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.0.0-rc8" thirdparty-sshauth = "com.github.open-keychain.open-keychain:sshauthentication-api:5.7.5" |