aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-29 10:15:54 -0700
committerAllan Wang <me@allanwang.ca>2017-06-29 10:15:54 -0700
commit7b6371ada06ca337c0a5e97382be8eca9f2c9650 (patch)
treee1a498410c448ef55bf77247460577f04add2519
parente5536a5fc17514d24a6cfc89c5f9b537720f58e3 (diff)
downloadfrost-7b6371ada06ca337c0a5e97382be8eca9f2c9650.tar.gz
frost-7b6371ada06ca337c0a5e97382be8eca9f2c9650.tar.bz2
frost-7b6371ada06ca337c0a5e97382be8eca9f2c9650.zip
Add test libs
-rw-r--r--app/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4523c403..9b8446ff 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -88,7 +88,8 @@ dependencies {
compile "ca.allanwang:kau:${KAU}"
- compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:${KOTLIN}"
+ compile "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN}"
+ testCompile "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}"
debugCompile "com.squareup.leakcanary:leakcanary-android:${LEAK_CANARY}"
releaseTestCompile "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}"