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 ++++ sample/src/main/res/xml/changelog.xml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sample') 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() } diff --git a/sample/src/main/res/xml/changelog.xml b/sample/src/main/res/xml/changelog.xml index 015171f..76d2563 100644 --- a/sample/src/main/res/xml/changelog.xml +++ b/sample/src/main/res/xml/changelog.xml @@ -8,9 +8,9 @@ - - - + + + -- cgit v1.2.3