mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
extracted AUTO_FACTORY_VERSION
This commit is contained in:
@@ -9,6 +9,7 @@ DAGGER_VERSION = 2.9
|
|||||||
BUILD_TOOLS_VERSION = 27.0.3
|
BUILD_TOOLS_VERSION = 27.0.3
|
||||||
KOTLIN_VERSION = 1.2.41
|
KOTLIN_VERSION = 1.2.41
|
||||||
SUPPORT_LIBRARY_VERSION = 27.1.1
|
SUPPORT_LIBRARY_VERSION = 27.1.1
|
||||||
|
AUTO_FACTORY_VERSION = 1.0-beta3
|
||||||
|
|
||||||
org.gradle.parallel=false
|
org.gradle.parallel=false
|
||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
|
|||||||
@@ -111,17 +111,17 @@ dependencies {
|
|||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$KOTLIN_VERSION"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$KOTLIN_VERSION"
|
||||||
|
|
||||||
compileOnly "javax.annotation:jsr250-api:1.0"
|
compileOnly "javax.annotation:jsr250-api:1.0"
|
||||||
compileOnly "com.google.auto.factory:auto-factory:1.0-beta3"
|
compileOnly "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"
|
||||||
kapt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
|
kapt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
|
||||||
kapt "com.jakewharton:butterknife-compiler:8.6.1-SNAPSHOT"
|
kapt "com.jakewharton:butterknife-compiler:8.6.1-SNAPSHOT"
|
||||||
kapt "com.google.auto.factory:auto-factory:1.0-beta3"
|
kapt "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"
|
||||||
|
|
||||||
androidTestImplementation "com.android.support.test.espresso:espresso-contrib:2.2.2"
|
androidTestImplementation "com.android.support.test.espresso:espresso-contrib:2.2.2"
|
||||||
androidTestImplementation "com.android.support.test.espresso:espresso-core:2.2.2"
|
androidTestImplementation "com.android.support.test.espresso:espresso-core:2.2.2"
|
||||||
androidTestImplementation "com.android.support.test.uiautomator:uiautomator-v18:2.1.1"
|
androidTestImplementation "com.android.support.test.uiautomator:uiautomator-v18:2.1.1"
|
||||||
androidTestImplementation "com.google.dagger:dagger:$DAGGER_VERSION"
|
androidTestImplementation "com.google.dagger:dagger:$DAGGER_VERSION"
|
||||||
androidTestImplementation "com.linkedin.testbutler:test-butler-library:1.3.1"
|
androidTestImplementation "com.linkedin.testbutler:test-butler-library:1.3.1"
|
||||||
androidTestCompileOnly "com.google.auto.factory:auto-factory:1.0-beta3"
|
androidTestCompileOnly "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"
|
||||||
androidTestImplementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"
|
androidTestImplementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"
|
||||||
androidTestImplementation "com.android.support.test:rules:0.5"
|
androidTestImplementation "com.android.support.test:rules:0.5"
|
||||||
androidTestImplementation "com.android.support.test:runner:0.5"
|
androidTestImplementation "com.android.support.test:runner:0.5"
|
||||||
|
|||||||
@@ -6,12 +6,12 @@ apply plugin: 'java'
|
|||||||
apply plugin: 'jacoco'
|
apply plugin: 'jacoco'
|
||||||
|
|
||||||
dependencies {
|
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'
|
apt 'com.google.dagger:dagger:2.11-rc2'
|
||||||
|
|
||||||
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:1.0-beta3'
|
compileOnly "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"
|
||||||
compileOnly 'com.google.dagger:dagger:2.11-rc2'
|
compileOnly 'com.google.dagger:dagger:2.11-rc2'
|
||||||
|
|
||||||
implementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"
|
implementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"
|
||||||
|
|||||||
Reference in New Issue
Block a user