From 1997ea25d50c64d37adbbacff80560776c22a8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Sat, 22 Feb 2020 14:48:49 +0100 Subject: [PATCH] [Gradle] Update gradle and libraries. --- build.gradle | 16 ++++++++-------- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 1c3e46d4..694ce320 100644 --- a/build.gradle +++ b/build.gradle @@ -17,14 +17,14 @@ buildscript { ] versions = [ - kotlin : "1.3.61", - ktx : "1.1.0", + kotlin : ext.kotlin_version, + ktx : "1.2.0", androidX : '1.0.0', annotation : '1.1.0', recyclerView : '1.2.0-alpha01', - material : '1.2.0-alpha03', - appcompat : '1.2.0-alpha01', + material : '1.2.0-alpha05', + appcompat : '1.2.0-alpha02', constraintLayout : '2.0.0-beta4', cardview : '1.0.0', gridLayout : '1.0.0', @@ -32,9 +32,9 @@ buildscript { navigationFragment: "1.0.0", legacy : "1.0.0", - room : "2.2.3", - lifecycle : "2.2.0-rc03", - work : "2.2.0", + room : "2.2.4", + lifecycle : "2.2.0", + work : "2.3.2", firebase : '17.2.2', firebasemessaging: "20.1.0", @@ -61,7 +61,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:4.0.0-alpha09' classpath 'me.tatarka:gradle-retrolambda:3.7.0' classpath 'com.google.gms:google-services:4.3.3' classpath 'io.fabric.tools:gradle:1.28.1' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 49736658..0920d4e0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-rc-1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip