1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-20 15:41:36 +02:00

Add test libs

This commit is contained in:
Allan Wang 2017-06-29 10:15:54 -07:00
parent e5536a5fc1
commit 7b6371ada0

View File

@ -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}"