unify (and update) dagger dependency version code(s)

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-14 09:39:13 +02:00
parent 9d6f27f99a
commit 62de647abd
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -126,6 +126,7 @@ android {
}
ext {
daggerVersion = "2.34.1"
workVersion = "1.0.1"
}
@ -180,8 +181,8 @@ dependencies {
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.7.1'
implementation 'com.github.aurae.retrofit2:converter-logansquare:1.4.1'
implementation 'com.google.dagger:dagger:2.24'
kapt 'com.google.dagger:dagger-compiler:2.24'
implementation "com.google.dagger:dagger:$daggerVersion"
kapt "com.google.dagger:dagger-compiler:$daggerVersion"
implementation 'com.github.lukaspili.autodagger2:autodagger2:1.1'
kapt 'com.github.lukaspili.autodagger2:autodagger2-compiler:1.1'
compileOnly 'javax.annotation:jsr250-api:1.0'