diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/build.gradle | 4 | ||||
-rw-r--r-- | sample/src/main/res/xml/changelog.xml | 6 |
2 files changed, 7 insertions, 3 deletions
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 @@ <version title="v1.2"/> <item text="Fix title attribute in changelog" /> - <item text="" /> - <item text="" /> - <item text="" /> + <item text="Update support libs" /> + <item text="Add is app installed utils" /> + <item text="Add email builder" /> <item text="" /> <item text="" /> <item text="" /> |