diff --git a/app/build.gradle b/app/build.gradle index 2670f549f..ba70fd6e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'