From 038c6a1e01944b5dd826abf400905ce1cc6b2038 Mon Sep 17 00:00:00 2001 From: tobrun Date: Thu, 2 May 2019 14:48:35 +0200 Subject: Revert "[andriod] - bump gradle tooling for AS 3.4" This reverts commit 33b140863ebed6b5fd06459312f0ceae111b2a63. --- platform/android/build.gradle | 2 +- platform/android/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/android/build.gradle b/platform/android/build.gradle index fdb6cdde89..0be1d73a5c 100644 --- a/platform/android/build.gradle +++ b/platform/android/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.0' + classpath 'com.android.tools.build:gradle:3.3.0' classpath dependenciesList.licensesPlugin classpath dependenciesList.kotlinPlugin classpath dependenciesList.bintrayPlugin diff --git a/platform/android/gradle/wrapper/gradle-wrapper.properties b/platform/android/gradle/wrapper/gradle-wrapper.properties index ed5de07048..ff890c2349 100644 --- a/platform/android/gradle/wrapper/gradle-wrapper.properties +++ b/platform/android/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-5.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip -- cgit v1.2.1