mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-01 12:11:59 +00:00
unify (and update) dagger dependency version code(s)
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
9d6f27f99a
commit
62de647abd
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user