Bump dagger-android-support from 2.22.1 to 2.23 (#384)

This commit is contained in:
dependabot-preview[bot] 2019-05-30 11:31:22 +00:00 committed by GitHub
parent 1ad5232520
commit 24cc07264a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ dependencies {
implementation "androidx.room:room-rxjava2:2.1.0-beta01" implementation "androidx.room:room-rxjava2:2.1.0-beta01"
kapt "androidx.room:room-compiler:2.1.0-rc01" kapt "androidx.room:room-compiler:2.1.0-rc01"
implementation "com.google.dagger:dagger-android-support:2.22.1" implementation "com.google.dagger:dagger-android-support:2.23"
kapt "com.google.dagger:dagger-compiler:2.22.1" kapt "com.google.dagger:dagger-compiler:2.22.1"
kapt "com.google.dagger:dagger-android-processor:2.23" kapt "com.google.dagger:dagger-android-processor:2.23"
implementation 'com.squareup.inject:assisted-inject-annotations-dagger2:0.4.0' implementation 'com.squareup.inject:assisted-inject-annotations-dagger2:0.4.0'