From 53382b44bb7ab7ccb559e96fd1f93c47020878ee Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 2 Aug 2017 16:21:49 -0700 Subject: Improve video prefetching (#17) * Create base activity and add thumbnails to media picker * Add checker to see if requested permission is inside the manifest * Add faq parser with tests * Add kpref testers and expose sp * Test jitpack sample exclusion * Test caching * Improve glide caching --- android-lib.gradle | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'android-lib.gradle') 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 -- cgit v1.2.3