|
|
@ -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"
|
|
|
|