aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-03-11 15:09:54 -0400
committerGitHub <noreply@github.com>2018-03-11 15:09:54 -0400
commite97db5c6529b1e12effc7141f277bd41d3fb580a (patch)
tree25c04d522cd423551295a7e1a51327fd2268767a /buildSrc
parent0e402b4e745a0017b5d21ee0b3676099eb477d28 (diff)
downloadkau-e97db5c6529b1e12effc7141f277bd41d3fb580a.tar.gz
kau-e97db5c6529b1e12effc7141f277bd41d3fb580a.tar.bz2
kau-e97db5c6529b1e12effc7141f277bd41d3fb580a.zip
Update versions (#142)
* Update versions * Update nullability * Update nullability 2 * Update changelog
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
index cb39421..e34de9c 100644
--- a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
+++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
@@ -6,9 +6,9 @@ class Versions {
static def targetSdk = 27
static def buildTools = '27.0.2'
- static def supportLibs = '27.0.2'
+ static def supportLibs = '27.1.0'
- static def kotlin = '1.2.21'
+ static def kotlin = '1.2.30'
static def aboutLibraries = '6.0.6'
static def anko = '0.10.4'