diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-26 20:06:24 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-26 20:06:24 -0700 |
commit | ed3efcef75bdcea962c1e281039d8bd96639e6a1 (patch) | |
tree | 59bff9ce9743cf6979d239750064a941187331c6 /app/build.gradle | |
parent | cddb866441d04814a13a0cedb7e1e3da4908ebf4 (diff) | |
download | frost-ed3efcef75bdcea962c1e281039d8bd96639e6a1.tar.gz frost-ed3efcef75bdcea962c1e281039d8bd96639e6a1.tar.bz2 frost-ed3efcef75bdcea962c1e281039d8bd96639e6a1.zip |
Update kau
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 96263812..d7b9e5fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,7 +88,6 @@ dependencies { compile("ca.allanwang:kau:${KAU}") compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:${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}" |