diff --git a/deps_fdroid.txt b/deps_fdroid.txt index c5637c472..3879dbc67 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -485,12 +485,12 @@ ++--- org.dmfs:lib-recur:0.11.4 +| \--- org.dmfs:rfc5545-datetime:0.2.4 ++--- org.dmfs:jems:1.33 -++--- com.google.dagger:hilt-android:2.49 -+| +--- com.google.dagger:dagger:2.49 +++--- com.google.dagger:hilt-android:2.50 ++| +--- com.google.dagger:dagger:2.50 +| | \--- javax.inject:javax.inject:1 -+| +--- com.google.dagger:dagger-lint-aar:2.49 -+| +--- com.google.dagger:hilt-core:2.49 -+| | +--- com.google.dagger:dagger:2.49 (*) ++| +--- com.google.dagger:dagger-lint-aar:2.50 ++| +--- com.google.dagger:hilt-core:2.50 ++| | +--- com.google.dagger:dagger:2.50 (*) +| | \--- javax.inject:javax.inject:1 +| +--- androidx.activity:activity:1.5.1 -> 1.8.1 (*) +| +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*) @@ -505,7 +505,7 @@ ++--- androidx.hilt:hilt-work:1.1.0 +| +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*) +| +--- androidx.hilt:hilt-common:1.1.0 -+| | \--- com.google.dagger:hilt-core:2.48 -> 2.49 (*) ++| | \--- com.google.dagger:hilt-core:2.48 -> 2.50 (*) +| +--- androidx.work:work-runtime:2.3.4 -> 2.8.1 +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) @@ -535,7 +535,7 @@ +| | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) +| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 1.9.21 (*) -+| \--- com.google.dagger:hilt-android:2.48 -> 2.49 (*) ++| \--- com.google.dagger:hilt-android:2.48 -> 2.50 (*) ++--- androidx.fragment:fragment-ktx:1.6.2 +| +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.1 +| | +--- androidx.activity:activity:1.8.1 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 41c2dd15e..de00bf498 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -711,12 +711,12 @@ ++--- org.dmfs:lib-recur:0.11.4 +| \--- org.dmfs:rfc5545-datetime:0.2.4 ++--- org.dmfs:jems:1.33 -++--- com.google.dagger:hilt-android:2.49 -+| +--- com.google.dagger:dagger:2.49 +++--- com.google.dagger:hilt-android:2.50 ++| +--- com.google.dagger:dagger:2.50 +| | \--- javax.inject:javax.inject:1 -+| +--- com.google.dagger:dagger-lint-aar:2.49 -+| +--- com.google.dagger:hilt-core:2.49 -+| | +--- com.google.dagger:dagger:2.49 (*) ++| +--- com.google.dagger:dagger-lint-aar:2.50 ++| +--- com.google.dagger:hilt-core:2.50 ++| | +--- com.google.dagger:dagger:2.50 (*) +| | \--- javax.inject:javax.inject:1 +| +--- androidx.activity:activity:1.5.1 -> 1.8.1 (*) +| +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*) @@ -731,7 +731,7 @@ ++--- androidx.hilt:hilt-work:1.1.0 +| +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*) +| +--- androidx.hilt:hilt-common:1.1.0 -+| | \--- com.google.dagger:hilt-core:2.48 -> 2.49 (*) ++| | \--- com.google.dagger:hilt-core:2.48 -> 2.50 (*) +| +--- androidx.work:work-runtime:2.3.4 -> 2.8.1 +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) @@ -761,7 +761,7 @@ +| | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) +| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 1.9.21 (*) -+| \--- com.google.dagger:hilt-android:2.48 -> 2.49 (*) ++| \--- com.google.dagger:hilt-android:2.48 -> 2.50 (*) ++--- androidx.fragment:fragment-ktx:1.6.2 +| +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.1 +| | +--- androidx.activity:activity:1.8.1 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index de0a2326a..649cc310f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ compose = "2023.10.01" compose-compiler = "1.5.7" compose-theme-adapter = "1.2.1" constraintlayout = "2.1.4" -dagger-hilt = "2.49" +dagger-hilt = "2.50" dashclock-api = "2.0.0" dav4jvm = "2.2.1" desugar_jdk_libs = "2.0.4"