From 31cea12d16096912d6c9e6f543546cf9c92d15c1 Mon Sep 17 00:00:00 2001 From: Caesar2011 Date: Wed, 16 Jan 2019 22:44:58 +0100 Subject: [PATCH] Updated Gradle --- build.gradle | 3 +-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index fdbda7b..72a43de 100644 --- a/build.gradle +++ b/build.gradle @@ -9,8 +9,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' - classpath 'com.google.gms:google-services:4.0.0' + classpath 'com.android.tools.build:gradle:3.3.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fb85511..f13d1ff 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Oct 16 18:11:34 CEST 2018 +#Wed Jan 16 22:29:38 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip