aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-20 23:27:19 -0700
committerAllan Wang <me@allanwang.ca>2017-06-20 23:27:19 -0700
commiteef0a98de4add1f55b6ec61318db4951f44b4df2 (patch)
tree0ab9bae7918925b8ef4500f3bb2af8e32d0f32f1 /sample
parentf41eb8b14f9bb076fc95a059e6bb45e003656169 (diff)
downloadkau-eef0a98de4add1f55b6ec61318db4951f44b4df2.tar.gz
kau-eef0a98de4add1f55b6ec61318db4951f44b4df2.tar.bz2
kau-eef0a98de4add1f55b6ec61318db4951f44b4df2.zip
Add email builder and other utils
Diffstat (limited to 'sample')
-rw-r--r--sample/build.gradle4
-rw-r--r--sample/src/main/res/xml/changelog.xml6
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="" />