aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-02-23 21:16:50 -0500
committerGitHub <noreply@github.com>2018-02-23 21:16:50 -0500
commitfd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b (patch)
treee1d259640ff984d6613ce788ed026b82d49fecea /buildSrc
parenta7e24f0c6bb1c598735eb902cf8cdff8de5dd1da (diff)
downloadkau-fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b.tar.gz
kau-fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b.tar.bz2
kau-fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b.zip
Update versions (#141)3.7.0
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
index e06aa5b..cb39421 100644
--- a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
+++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
@@ -10,7 +10,7 @@ class Versions {
static def kotlin = '1.2.21'
- static def aboutLibraries = '6.0.5'
+ static def aboutLibraries = '6.0.6'
static def anko = '0.10.4'
static def blurry = '2.1.1'
static def constraintLayout = '1.1.0-beta5'