We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2f2f1 commit 7559323Copy full SHA for 7559323
app/build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
androidTestCompile "com.nhaarman:mockito-kotlin:$mockito_kotlin_version"
93
androidTestCompile "com.linkedin.dexmaker:dexmaker-mockito:$dexmaker_mockito_version"
94
androidTestCompile "com.squareup.leakcanary:leakcanary-android-no-op:$leakcanary_version"
95
- androidTestCompile "com.linkedin.testbutler:test-butler-library:1.2.0"
+ androidTestCompile "com.linkedin.testbutler:test-butler-library:$testbutler_version"
96
}
97
repositories {
98
mavenCentral()
build.gradle
@@ -19,6 +19,7 @@ buildscript {
19
mockito_kotlin_version = '1.2.0'
20
dexmaker_mockito_version = '2.2.0'
21
leakcanary_version = '1.5'
22
+ testbutler_version = '1.2.0'
23
24
25
jcenter()
0 commit comments