diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 3879dbc67..1cd71a23b 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -420,7 +420,7 @@ +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c) +| | \--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) -+| +--- com.google.android.material:material:1.6.0 -> 1.10.0 ++| +--- com.google.android.material:material:1.6.0 -> 1.11.0 +| | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.21 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.21 (c) @@ -594,7 +594,7 @@ ++--- com.github.franmontiel:PersistentCookieJar:1.0.1 +| \--- com.squareup.okhttp3:okhttp:3.1.2 -> 4.12.0 (*) ++--- com.google.code.gson:gson:2.10.1 -++--- com.google.android.material:material:1.10.0 (*) +++--- com.google.android.material:material:1.11.0 (*) ++--- androidx.compose.material3:material3 -> 1.1.2 +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.1 +| | +--- androidx.activity:activity-ktx:1.8.1 (*) @@ -970,7 +970,7 @@ +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.9.21 (*) +| | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | +--- androidx.appcompat:appcompat:1.5.1 -> 1.6.1 (*) -+| | +--- com.google.android.material:material:1.7.0 -> 1.10.0 (*) ++| | +--- com.google.android.material:material:1.7.0 -> 1.11.0 (*) +| | +--- androidx.compose.runtime:runtime:1.3.1 -> 1.5.4 (*) +| | \--- androidx.compose.foundation:foundation:1.3.1 -> 1.5.4 (*) +| \--- androidx.compose.material:material:1.3.1 -> 1.5.4 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index de00bf498..901f107a4 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -655,7 +655,7 @@ +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c) +| | \--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) -+| +--- com.google.android.material:material:1.6.0 -> 1.10.0 ++| +--- com.google.android.material:material:1.6.0 -> 1.11.0 +| | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.21 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.21 (c) @@ -820,7 +820,7 @@ ++--- com.github.franmontiel:PersistentCookieJar:1.0.1 +| \--- com.squareup.okhttp3:okhttp:3.1.2 -> 4.12.0 (*) ++--- com.google.code.gson:gson:2.10.1 -++--- com.google.android.material:material:1.10.0 (*) +++--- com.google.android.material:material:1.11.0 (*) ++--- androidx.compose.material3:material3 -> 1.1.2 +| +--- androidx.activity:activity-compose:1.5.0 -> 1.8.1 +| | +--- androidx.activity:activity-ktx:1.8.1 (*) @@ -1194,7 +1194,7 @@ +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.9.21 (*) +| | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | +--- androidx.appcompat:appcompat:1.5.1 -> 1.6.1 (*) -+| | +--- com.google.android.material:material:1.7.0 -> 1.10.0 (*) ++| | +--- com.google.android.material:material:1.7.0 -> 1.11.0 (*) +| | +--- androidx.compose.runtime:runtime:1.3.1 -> 1.5.4 (*) +| | \--- androidx.compose.foundation:foundation:1.3.1 -> 1.5.4 (*) +| \--- androidx.compose.material:material:1.3.1 -> 1.5.4 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 649cc310f..9cb7f40ff 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ lifecycle = "2.6.2" locale = "1.0.2" make-it-easy = "4.0.1" markwon = "4.6.2" -material = "1.10.0" +material = "1.11.0" mockito = "5.8.0" okhttp = "4.12.0" opentasks = "562fec5"