From 3d7b60a2c48d395fd75974f458b9cc6b3cd9a2b9 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 1 Jun 2019 19:48:09 +0300 Subject: [PATCH] gradle upgrade --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 21 ++------------------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/build.gradle b/build.gradle index 9d3ecc29..c342e7ec 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.2' + classpath 'com.android.tools.build:gradle:3.4.1' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 94988848..a0d109c4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,23 +1,6 @@ -# -# Copyright © 2019 Damyan Ivanov. -# This file is part of MoLe. -# MoLe is free software: you can distribute it and/or modify it -# under the term of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your opinion), any later version. -# -# MoLe is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License terms for details. -# -# You should have received a copy of the GNU General Public License -# along with MoLe. If not, see . -# - -#Tue Jan 15 20:02:54 EET 2019 +#Sat Jun 01 19:35:34 EEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip -- 2.39.2