From 4b38bf156c67e2d6b3a649624bbcb12edbb52232 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 26 Sep 2018 08:57:25 -0400 Subject: Update kotlin version --- buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'buildSrc') 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' -- cgit v1.2.3