diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-25 12:14:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 12:14:46 -0700 |
commit | aaedf98c7c2eb9381c704367e040471cb2e9d094 (patch) | |
tree | c09a42f5357ba3a3452371018527b61939d76ec6 /.travis.yml | |
parent | 6eefe3f7c27bd388ea6eb312f056edad03175a63 (diff) | |
download | kau-aaedf98c7c2eb9381c704367e040471cb2e9d094.tar.gz kau-aaedf98c7c2eb9381c704367e040471cb2e9d094.tar.bz2 kau-aaedf98c7c2eb9381c704367e040471cb2e9d094.zip |
Update dependencies and icons (#14)3.1.2
* Use kotlin color for sample
* Add play store button
* Update icon
* Update build tools
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5fb6eff..6b134ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ android: components: - tools - platform-tools - - build-tools-26.0.0 + - build-tools-26.0.1 - android-26 - extra-android-support - extra-android-m2repository |