From 697e457da453568ca703c2b655a2dd490157b443 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 25 Dec 2018 16:32:51 -0500 Subject: Clean up image activity and prepare for tests --- app/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index ebf3ecf0..25361854 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,6 +156,7 @@ dependencies { androidTestImplementation kauDependency.espresso androidTestImplementation kauDependency.testRules androidTestImplementation kauDependency.testRunner + androidTestImplementation "com.squareup.okhttp3:mockwebserver:${OKHTTP}" testImplementation kauDependency.kotlinTest testImplementation "org.jetbrains.kotlin:kotlin-reflect:${KOTLIN}" @@ -180,7 +181,10 @@ dependencies { //noinspection GradleDependency implementation "ca.allanwang.kau:core-ui:$KAU" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$COROUTINES" + // TODO temp + implementation "org.jetbrains.anko:anko-commons:0.10.8" + + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${COROUTINES}" implementation "org.apache.commons:commons-text:${COMMONS_TEXT}" -- cgit v1.2.3