Merge pull request #1846 from liutikas/dagger

Upgrade to the newest version of dagger/hilt
pull/1849/head
Alex Vanyo 6 months ago committed by GitHub
commit e29cff2aa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -98,10 +98,10 @@ androidx.window:window-core:1.3.0
androidx.window:window:1.3.0 androidx.window:window:1.3.0
com.google.accompanist:accompanist-drawablepainter:0.32.0 com.google.accompanist:accompanist-drawablepainter:0.32.0
com.google.code.findbugs:jsr305:3.0.2 com.google.code.findbugs:jsr305:3.0.2
com.google.dagger:dagger-lint-aar:2.54 com.google.dagger:dagger-lint-aar:2.56
com.google.dagger:dagger:2.54 com.google.dagger:dagger:2.56
com.google.dagger:hilt-android:2.54 com.google.dagger:hilt-android:2.56
com.google.dagger:hilt-core:2.54 com.google.dagger:hilt-core:2.56
com.google.guava:listenablefuture:1.0 com.google.guava:listenablefuture:1.0
com.squareup.okhttp3:okhttp:4.12.0 com.squareup.okhttp3:okhttp:4.12.0
com.squareup.okio:okio-jvm:3.9.0 com.squareup.okio:okio-jvm:3.9.0

@ -166,10 +166,10 @@ com.google.android.gms:play-services-oss-licenses:17.1.0
com.google.android.gms:play-services-stats:17.0.2 com.google.android.gms:play-services-stats:17.0.2
com.google.android.gms:play-services-tasks:18.2.0 com.google.android.gms:play-services-tasks:18.2.0
com.google.code.findbugs:jsr305:3.0.2 com.google.code.findbugs:jsr305:3.0.2
com.google.dagger:dagger-lint-aar:2.54 com.google.dagger:dagger-lint-aar:2.56
com.google.dagger:dagger:2.54 com.google.dagger:dagger:2.56
com.google.dagger:hilt-android:2.54 com.google.dagger:hilt-android:2.56
com.google.dagger:hilt-core:2.54 com.google.dagger:hilt-core:2.56
com.google.errorprone:error_prone_annotations:2.26.0 com.google.errorprone:error_prone_annotations:2.26.0
com.google.firebase:firebase-abt:21.1.1 com.google.firebase:firebase-abt:21.1.1
com.google.firebase:firebase-analytics:22.1.2 com.google.firebase:firebase-analytics:22.1.2

@ -38,7 +38,7 @@ firebasePerfPlugin = "1.4.2"
gmsPlugin = "4.4.2" gmsPlugin = "4.4.2"
googleOss = "17.1.0" googleOss = "17.1.0"
googleOssPlugin = "0.10.6" googleOssPlugin = "0.10.6"
hilt = "2.54" hilt = "2.56"
hiltExt = "1.2.0" hiltExt = "1.2.0"
jacoco = "0.8.12" jacoco = "0.8.12"
junit4 = "4.13.2" junit4 = "4.13.2"

Loading…
Cancel
Save