Merge pull request #1244 from android/dependabot/gradle/hilt-2.51

Bump hilt from 2.50 to 2.51
pull/1248/head
Don Turner 10 months ago committed by GitHub
commit d768c796d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -80,10 +80,10 @@ androidx.versionedparcelable:versionedparcelable:1.1.1
androidx.viewpager:viewpager:1.0.0 androidx.viewpager:viewpager:1.0.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.50 com.google.dagger:dagger-lint-aar:2.51
com.google.dagger:dagger:2.50 com.google.dagger:dagger:2.51
com.google.dagger:hilt-android:2.50 com.google.dagger:hilt-android:2.51
com.google.dagger:hilt-core:2.50 com.google.dagger:hilt-core:2.51
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.6.0 com.squareup.okio:okio-jvm:3.6.0

@ -139,10 +139,10 @@ com.google.android.gms:play-services-oss-licenses:17.0.1
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.0.2 com.google.android.gms:play-services-tasks:18.0.2
com.google.code.findbugs:jsr305:3.0.2 com.google.code.findbugs:jsr305:3.0.2
com.google.dagger:dagger-lint-aar:2.50 com.google.dagger:dagger-lint-aar:2.51
com.google.dagger:dagger:2.50 com.google.dagger:dagger:2.51
com.google.dagger:hilt-android:2.50 com.google.dagger:hilt-android:2.51
com.google.dagger:hilt-core:2.50 com.google.dagger:hilt-core:2.51
com.google.errorprone:error_prone_annotations:2.11.0 com.google.errorprone:error_prone_annotations:2.11.0
com.google.firebase:firebase-abt:21.1.1 com.google.firebase:firebase-abt:21.1.1
com.google.firebase:firebase-analytics-ktx:21.4.0 com.google.firebase:firebase-analytics-ktx:21.4.0

@ -36,7 +36,7 @@ firebasePerfPlugin = "1.4.2"
gmsPlugin = "4.4.0" gmsPlugin = "4.4.0"
googleOss = "17.0.1" googleOss = "17.0.1"
googleOssPlugin = "0.10.6" googleOssPlugin = "0.10.6"
hilt = "2.50" hilt = "2.51"
hiltExt = "1.1.0" hiltExt = "1.1.0"
jacoco = "0.8.7" jacoco = "0.8.7"
junit4 = "4.13.2" junit4 = "4.13.2"

Loading…
Cancel
Save