aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-12 15:15:30 -0700
committerAllan Wang <me@allanwang.ca>2017-06-12 15:15:30 -0700
commita92a71a490f875bb30cef1db933d2a172bf8a653 (patch)
treea50e5c614458179a1aa9020aa17a29d72a7fde40 /sample/build.gradle
parentf6e4610565084b0c6576b7606a5c56db77e72ceb (diff)
downloadkau-a92a71a490f875bb30cef1db933d2a172bf8a653.tar.gz
kau-a92a71a490f875bb30cef1db933d2a172bf8a653.tar.bz2
kau-a92a71a490f875bb30cef1db933d2a172bf8a653.zip
Remove extra kotlin lib
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index 9f4b555..66f87dd 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -33,7 +33,5 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
- compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
- testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
compile "com.mikepenz:google-material-typeface:${IICON_GOOGLE}.original@aar"
}