diff --git a/deps_fdroid.txt b/deps_fdroid.txt index d300c3087..f7b0f5f08 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -765,10 +765,11 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| +--- androidx.core:core:1.1.0 -> 1.9.0 (*) +| \--- androidx.interpolator:interpolator:1.0.0 (*) -++--- androidx.preference:preference:1.2.0 +++--- androidx.preference:preference:1.2.1 +| +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) +| +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) +| +--- androidx.core:core:1.6.0 -> 1.9.0 (*) ++| +--- androidx.activity:activity-ktx:1.5.1 -> 1.7.2 (*) +| +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.6.1 (*) +| +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.0 (*) +| +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0 diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 06a6b7c39..37a53003c 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -951,10 +951,11 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| +--- androidx.core:core:1.1.0 -> 1.9.0 (*) +| \--- androidx.interpolator:interpolator:1.0.0 (*) -++--- androidx.preference:preference:1.2.0 +++--- androidx.preference:preference:1.2.1 +| +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) +| +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) +| +--- androidx.core:core:1.6.0 -> 1.9.0 (*) ++| +--- androidx.activity:activity-ktx:1.5.1 -> 1.7.2 (*) +| +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.6.1 (*) +| +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.0 (*) +| +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a5a233123..3b6631505 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -53,7 +53,7 @@ play-core = "1.10.3" play-services-maps = "18.1.0" play-services-location = "21.0.1" play-services-oss-licenses = "17.0.1" -preference = "1.2.0" +preference = "1.2.1" recyclerview = "1.3.0" retrofit = "2.9.0" rfc5545-datetime = "0.2.4"