mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 18:59:18 +03:00
Bump dagger
This commit is contained in:
parent
65d1321101
commit
8169f31231
1 changed files with 4 additions and 4 deletions
|
@ -286,10 +286,10 @@ dependencies {
|
||||||
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.6'
|
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.6'
|
||||||
|
|
||||||
implementation 'com.google.dagger:dagger:2.23.2'
|
implementation 'com.google.dagger:dagger:2.23.2'
|
||||||
implementation 'com.google.dagger:dagger-android:2.23.1'
|
implementation 'com.google.dagger:dagger-android:2.23.2'
|
||||||
implementation 'com.google.dagger:dagger-android-support:2.23.1'
|
implementation 'com.google.dagger:dagger-android-support:2.23.2'
|
||||||
kapt 'com.google.dagger:dagger-compiler:2.23.1'
|
kapt 'com.google.dagger:dagger-compiler:2.23.2'
|
||||||
kapt 'com.google.dagger:dagger-android-processor:2.23.1'
|
kapt 'com.google.dagger:dagger-android-processor:2.23.2'
|
||||||
|
|
||||||
compileOnly "org.projectlombok:lombok:1.18.8"
|
compileOnly "org.projectlombok:lombok:1.18.8"
|
||||||
annotationProcessor "org.projectlombok:lombok:1.18.8"
|
annotationProcessor "org.projectlombok:lombok:1.18.8"
|
||||||
|
|
Loading…
Reference in a new issue