mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Update to Dagger 2.25.2
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user