diff options
Diffstat (limited to 'buildSrc')
-rw-r--r-- | buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy index e34de9c..0e4c29a 100644 --- a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy +++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy @@ -5,20 +5,22 @@ class Versions { static def minSdk = 21 static def targetSdk = 27 - static def buildTools = '27.0.2' - static def supportLibs = '27.1.0' + static def buildTools = '27.0.3' + static def supportLibs = '27.1.1' - static def kotlin = '1.2.30' + static def kotlin = '1.2.31' - static def aboutLibraries = '6.0.6' + static def aboutLibraries = '6.0.8' static def anko = '0.10.4' static def blurry = '2.1.1' - static def constraintLayout = '1.1.0-beta5' - static def fastAdapter = '3.2.4' + + // https://dl.google.com/dl/android/maven2/com/android/support/constraint/group-index.xml + static def constraintLayout = '1.1.0-beta6' + static def fastAdapter = '3.2.5' static def fastAdapterCommons = fastAdapter static def glide = '4.6.1' - static def iconics = '3.0.2' + static def iconics = '3.0.3' static def iconicsGoogle = '3.0.1.2' static def iconicsMaterial = '2.2.0.4' static def iconicsCommunity = '2.0.46.1' @@ -29,7 +31,7 @@ class Versions { static def junit = '4.12' static def testRunner = '1.0.1' - static def gradlePlugin = '3.0.1' + static def gradlePlugin = '3.1.0' static def mavenPlugin = '2.0' static def playPublishPlugin = '1.2.0' static def dexCountPlugin = '0.8.2' |