diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-11 15:09:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 15:09:54 -0400 |
commit | e97db5c6529b1e12effc7141f277bd41d3fb580a (patch) | |
tree | 25c04d522cd423551295a7e1a51327fd2268767a /buildSrc/src/main/groovy/ca/allanwang | |
parent | 0e402b4e745a0017b5d21ee0b3676099eb477d28 (diff) | |
download | kau-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/src/main/groovy/ca/allanwang')
-rw-r--r-- | buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy | 4 |
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' |