mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 22:45:41 +03: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
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue