extracted AUTO_FACTORY_VERSION

This commit is contained in:
olegivo
2019-10-08 13:57:18 +03:00
parent 77a9701805
commit dadfcb7c16
3 changed files with 6 additions and 5 deletions

View File

@@ -6,12 +6,12 @@ apply plugin: 'java'
apply plugin: 'jacoco'
dependencies {
apt 'com.google.auto.factory:auto-factory:1.0-beta3'
apt "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"
apt 'com.google.dagger:dagger:2.11-rc2'
compileOnly 'javax.annotation:jsr250-api:1.0'
compileOnly 'org.jetbrains:annotations-java5:15.0'
compileOnly 'com.google.auto.factory:auto-factory:1.0-beta3'
compileOnly "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"
compileOnly 'com.google.dagger:dagger:2.11-rc2'
implementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"