diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 29d65aed8..18b815e81 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1414,10 +1414,11 @@ ++--- androidx.compose.material3:material3 -> 1.4.0 (*) ++--- androidx.compose.material3.adaptive:adaptive-layout-android:1.2.0 (*) ++--- androidx.constraintlayout:constraintlayout:2.2.1 (*) -++--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 -+| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +++--- androidx.swiperefreshlayout:swiperefreshlayout:1.2.0 ++| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) -+| \--- androidx.interpolator:interpolator:1.0.0 (*) ++| +--- androidx.interpolator:interpolator:1.0.0 (*) ++| \--- org.jspecify:jspecify:1.0.0 ++--- androidx.preference:preference:1.2.1 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.1 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 3e68247fd..a5c93e307 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -1806,10 +1806,11 @@ ++--- androidx.compose.material3:material3 -> 1.4.0 (*) ++--- androidx.compose.material3.adaptive:adaptive-layout-android:1.2.0 (*) ++--- androidx.constraintlayout:constraintlayout:2.2.1 (*) -++--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 -+| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +++--- androidx.swiperefreshlayout:swiperefreshlayout:1.2.0 ++| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.16.0 (*) -+| \--- androidx.interpolator:interpolator:1.0.0 (*) ++| +--- androidx.interpolator:interpolator:1.0.0 (*) ++| \--- org.jspecify:jspecify:1.0.0 ++--- androidx.preference:preference:1.2.1 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.1 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a6af6e44c..76620755c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,7 +58,7 @@ rfc5545-datetime = "0.2.4" room = "2.8.4" shortcut-badger = "1.1.22" timber = "5.0.1" -swiperefreshlayout = "1.1.0" +swiperefreshlayout = "1.2.0" work = "2.11.0" androidx-test = "1.7.0" androidx-test-runner = "1.7.0"