mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
extracted AUTO_FACTORY_VERSION
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user