From a92a71a490f875bb30cef1db933d2a172bf8a653 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 12 Jun 2017 15:15:30 -0700 Subject: Remove extra kotlin lib --- sample/build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'sample') 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" } -- cgit v1.2.3