aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-09-26 08:57:25 -0400
committerAllan Wang <me@allanwang.ca>2018-09-26 08:57:25 -0400
commit4b38bf156c67e2d6b3a649624bbcb12edbb52232 (patch)
treee8cee316cbfd60f1593b832324ad147b205cc631 /buildSrc
parentd64c47f32931dce1c196f0b7a26ae5d1fd1af72e (diff)
downloadkau-4b38bf156c67e2d6b3a649624bbcb12edbb52232.tar.gz
kau-4b38bf156c67e2d6b3a649624bbcb12edbb52232.tar.bz2
kau-4b38bf156c67e2d6b3a649624bbcb12edbb52232.zip
Update kotlin version
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
index 936e22b..7e1ff2c 100644
--- a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
+++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy
@@ -9,13 +9,13 @@ class Versions {
static def buildTools = '28.0.2'
// https://developer.android.com/topic/libraries/support-library/revisions
- static def supportLibs = '27.1.1'
+ static def supportLibs = '28.0.0-rc02'
// https://kotlinlang.org/docs/reference/using-gradle.html
- static def kotlin = '1.2.61'
+ static def kotlin = '1.2.71'
// https://github.com/mikepenz/AboutLibraries/releases
- static def aboutLibraries = '6.0.8'
+ static def aboutLibraries = '6.1.1'
// https://github.com/Kotlin/anko/releases
static def anko = '0.10.5'
@@ -45,7 +45,7 @@ class Versions {
static def junit = '4.12'
static def testRunner = '1.0.1'
- static def gradlePlugin = '3.2.0-rc02'
+ static def gradlePlugin = '3.2.0-rc03'
static def mavenPlugin = '2.1'
static def playPublishPlugin = '1.2.2'