From eef0a98de4add1f55b6ec61318db4951f44b4df2 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 20 Jun 2017 23:27:19 -0700 Subject: Add email builder and other utils --- sample/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sample/build.gradle') diff --git a/sample/build.gradle b/sample/build.gradle index 66f87dd..78a3802 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -34,4 +34,8 @@ dependencies { }) testCompile 'junit:junit:4.12' compile "com.mikepenz:google-material-typeface:${IICON_GOOGLE}.original@aar" + compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" +} +repositories { + mavenCentral() } -- cgit v1.2.3