Update to Dagger 2.25.2

pull/535/head
Alinson S. Xavier 6 years ago
parent af37036ac5
commit b8f9e2f309

@ -5,7 +5,7 @@ MIN_SDK_VERSION = 19
TARGET_SDK_VERSION = 27 TARGET_SDK_VERSION = 27
COMPILE_SDK_VERSION = 27 COMPILE_SDK_VERSION = 27
DAGGER_VERSION = 2.9 DAGGER_VERSION = 2.25.2
KOTLIN_VERSION = 1.3.50 KOTLIN_VERSION = 1.3.50
SUPPORT_LIBRARY_VERSION = 27.1.1 SUPPORT_LIBRARY_VERSION = 27.1.1
AUTO_FACTORY_VERSION = 1.0-beta6 AUTO_FACTORY_VERSION = 1.0-beta6

@ -3,13 +3,13 @@ apply plugin: 'java'
apply plugin: 'jacoco' apply plugin: 'jacoco'
dependencies { dependencies {
annotationProcessor "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}" annotationProcessor "com.google.auto.factory:auto-factory:$AUTO_FACTORY_VERSION"
annotationProcessor 'com.google.dagger:dagger:2.11-rc2' annotationProcessor "com.google.dagger:dagger:$DAGGER_VERSION"
compileOnly 'javax.annotation:jsr250-api:1.0' compileOnly 'javax.annotation:jsr250-api:1.0'
compileOnly 'org.jetbrains:annotations-java5:15.0' compileOnly 'org.jetbrains:annotations-java5:15.0'
compileOnly "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}" compileOnly "com.google.auto.factory:auto-factory:$AUTO_FACTORY_VERSION"
compileOnly 'com.google.dagger:dagger:2.11-rc2' compileOnly "com.google.dagger:dagger:$DAGGER_VERSION"
implementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION" implementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"
implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'com.google.code.findbugs:jsr305:3.0.2'

Loading…
Cancel
Save