diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-25 22:14:56 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-12-25 22:14:56 -0500 |
commit | 49a67bc7c6d0ea38c88d8b424a2f188941dc609e (patch) | |
tree | fb01f3a4c2e17236bd229f7846b8f813e94c2a78 /app/build.gradle | |
parent | 697e457da453568ca703c2b655a2dd490157b443 (diff) | |
download | frost-49a67bc7c6d0ea38c88d8b424a2f188941dc609e.tar.gz frost-49a67bc7c6d0ea38c88d8b424a2f188941dc609e.tar.bz2 frost-49a67bc7c6d0ea38c88d8b424a2f188941dc609e.zip |
Update imageactivity and add tests, resolves #1107
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 25361854..a869c7bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -184,6 +184,12 @@ dependencies { // TODO temp implementation "org.jetbrains.anko:anko-commons:0.10.8" +// implementation "org.koin:koin-android:${KOIN}" +// testImplementation "org.koin:koin-test:${KOIN}" +// androidTestImplementation "org.koin:koin-test:${KOIN}" + +// androidTestImplementation "io.mockk:mockk:${MOCKK}" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${COROUTINES}" implementation "org.apache.commons:commons-text:${COMMONS_TEXT}" @@ -220,6 +226,8 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:${OKHTTP}" implementation "com.squareup.okhttp3:logging-interceptor:${OKHTTP}" + androidTestImplementation "com.squareup.okhttp3:mockwebserver:${OKHTTP}" + implementation "co.zsmb:materialdrawer-kt:${MATERIAL_DRAWER_KT}" |