Update Hilt to 1.1.0-alpha01

pull/2473/head
Alex Baker 9 months ago
parent 2de5b3c275
commit 7283491872

@ -487,10 +487,10 @@
+| +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*)
+| +--- javax.inject:javax.inject:1
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.10 (*)
++--- androidx.hilt:hilt-work:1.0.0
++--- androidx.hilt:hilt-work:1.1.0-alpha01
+| +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*)
+| +--- androidx.hilt:hilt-common:1.0.0
+| | \--- com.google.dagger:hilt-core:2.35 -> 2.48 (*)
+| +--- androidx.hilt:hilt-common:1.1.0-alpha01
+| | \--- com.google.dagger:hilt-core:2.46.1 -> 2.48 (*)
+| +--- androidx.work:work-runtime:2.3.4 -> 2.8.1
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
+| | +--- androidx.core:core:1.1.0 -> 1.10.0 (*)
@ -520,7 +520,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.10 (*)
+| \--- com.google.dagger:hilt-android:2.35 -> 2.48 (*)
+| \--- com.google.dagger:hilt-android:2.46.1 -> 2.48 (*)
++--- androidx.fragment:fragment-ktx:1.6.1
+| +--- androidx.activity:activity-ktx:1.5.1 -> 1.7.2
+| | +--- androidx.activity:activity:1.7.2 (*)

@ -673,10 +673,10 @@
+| +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*)
+| +--- javax.inject:javax.inject:1
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.10 (*)
++--- androidx.hilt:hilt-work:1.0.0
++--- androidx.hilt:hilt-work:1.1.0-alpha01
+| +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*)
+| +--- androidx.hilt:hilt-common:1.0.0
+| | \--- com.google.dagger:hilt-core:2.35 -> 2.48 (*)
+| +--- androidx.hilt:hilt-common:1.1.0-alpha01
+| | \--- com.google.dagger:hilt-core:2.46.1 -> 2.48 (*)
+| +--- androidx.work:work-runtime:2.3.4 -> 2.8.1
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
+| | +--- androidx.core:core:1.1.0 -> 1.10.0 (*)
@ -706,7 +706,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.10 (*)
+| \--- com.google.dagger:hilt-android:2.35 -> 2.48 (*)
+| \--- com.google.dagger:hilt-android:2.46.1 -> 2.48 (*)
++--- androidx.fragment:fragment-ktx:1.6.1
+| +--- androidx.activity:activity-ktx:1.5.1 -> 1.7.2
+| | +--- androidx.activity:activity:1.7.2 (*)

@ -25,7 +25,7 @@ google-api-tasks = "v1-rev20230401-2.0.0"
google-services = "4.3.15"
gradle = "8.2.0-beta03"
gson = "2.10.1"
hilt = "1.0.0"
hilt = "1.1.0-alpha01"
ical4android = "12fe73a"
jchronic = "0.2.6"
jems = "1.33"

Loading…
Cancel
Save