From 83bc96c0629a2e50352b177ce6a28b6f9141db69 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 21 May 2019 12:03:36 -0700 Subject: Update versions (#195) --- buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'buildSrc/src/main') diff --git a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy index 0774be1..a50a7a0 100644 --- a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy +++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy @@ -24,16 +24,16 @@ class Versions { static def constraintLayout = '1.1.3' // https://kotlinlang.org/docs/reference/using-gradle.html - static def kotlin = '1.3.21' + static def kotlin = '1.3.31' // https://github.com/Kotlin/kotlinx.coroutines/releases - static def coroutines = '1.1.1' + static def coroutines = '1.2.1' // https://github.com/mikepenz/AboutLibraries/releases static def aboutLibraries = '6.2.3' // https://github.com/wasabeef/Blurry/releases - static def blurry = '2.1.1' + static def blurry = '3.0.0' // https://github.com/mikepenz/FastAdapter#using-maven static def fastAdapter = '3.3.1' @@ -43,10 +43,10 @@ class Versions { static def glide = '4.9.0' // https://github.com/mikepenz/Android-Iconics#1-provide-the-gradle-dependency - static def iconics = '3.1.0' + static def iconics = '3.2.5' static def iconicsGoogle = '3.0.1.3' static def iconicsMaterial = '2.2.0.5' - static def iconicsCommunity = '2.7.94.1' + static def iconicsCommunity = '3.5.95.1' // https://github.com/afollestad/material-dialogs/releases static def materialDialog = '0.9.6.0' @@ -67,7 +67,7 @@ class Versions { static def spotless = '3.18.0' // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - static def gradlePlugin = '3.3.1' + static def gradlePlugin = '3.4.1' // https://github.com/dcendents/android-maven-gradle-plugin/releases static def mavenPlugin = '2.1' // https://github.com/Triple-T/gradle-play-publisher/releases -- cgit v1.2.3