diff options
Diffstat (limited to 'android-lib.gradle')
-rw-r--r-- | android-lib.gradle | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/android-lib.gradle b/android-lib.gradle index f45aa02..46de84c 100644 --- a/android-lib.gradle +++ b/android-lib.gradle @@ -72,10 +72,7 @@ android { dependencies { androidTestCompile 'com.android.support.test:runner:0.5' - androidTestCompile 'com.android.support.test:rules:0.5' - androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { - exclude group: 'com.android.support', module: 'support-annotations' - }) - testCompile 'junit:junit:4.12' + androidTestCompile "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}" testCompile "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}" + testCompile 'junit:junit:4.12' }
\ No newline at end of file |