From 1258ef45d91a0949cc85a38f9ae4f4013eef23c5 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Sat, 22 Jun 2019 08:59:08 +0200 Subject: [PATCH] Android Studio 3.4.1 --- build.gradle | 4 +--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 1bdcbdb1..feaaaf2c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,3 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { repositories { google() @@ -9,7 +7,7 @@ buildscript { } } dependencies { - classpath "com.android.tools.build:gradle:3.2.0" + classpath "com.android.tools.build:gradle:3.4.1" classpath "gradle.plugin.org.ec4j.gradle:editorconfig-gradle-plugin:0.0.3" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fb7ef980..ffb59778 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip