From 913dd120520dfafe81b4a61bbf174d114674f8bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Fri, 28 Feb 2020 13:29:14 +0300 Subject: [PATCH] [android] Updated gradle plugin to 3.5.2 and added needed path for fabric plugin to support new gradle --- android/build.gradle | 8 +++++--- android/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index da3aaffbbd..9bd31f1585 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,9 +8,10 @@ buildscript { } dependencies { - // Don't update Gradle plugin until Fabric plugin supports it correctly, - // i.e. when OOM problem during native symbols upload is fixed. - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:3.5.2' + // Don't update Fabric plugin until they fix OOM problem during native symbols upload. + // The latest version 1.31.2 https://docs.fabric.io/android/changelog.html#october-15-2019 + // still consists OOM issue. classpath 'io.fabric.tools:gradle:1.27.0' } } @@ -119,6 +120,7 @@ project.ext.appId = 'com.mapswithme.maps.pro' crashlytics { enableNdk true + androidNdkLibsOut "./build/intermediates/stripped_native_libs" } configurations.all { diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index cb0af6327d..ad752dc452 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Oct 21 16:53:35 MSK 2019 +#Fri Feb 28 11:02:45 MSK 2020 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-5.4.1-all.zip