|
|
@ -24,6 +24,8 @@ dependencies {
|
|
|
|
implementation 'com.google.dagger:dagger:2.11-rc2'
|
|
|
|
implementation 'com.google.dagger:dagger:2.11-rc2'
|
|
|
|
implementation 'com.android.support:support-annotations:25.3.1'
|
|
|
|
implementation 'com.android.support:support-annotations:25.3.1'
|
|
|
|
implementation 'com.google.auto.factory:auto-factory:1.0-beta3'
|
|
|
|
implementation 'com.google.auto.factory:auto-factory:1.0-beta3'
|
|
|
|
|
|
|
|
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
|
|
|
|
|
|
|
implementation 'org.apache.commons:commons-lang3:3.5'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
sourceCompatibility = "1.8"
|
|
|
|
sourceCompatibility = "1.8"
|
|
|
|