forked from organicmaps/organicmaps
[android] Updated gradle plugin to 3.5.2 and added needed path for fabric plugin to support new gradle
This commit is contained in:
parent
4c4c2552bf
commit
913dd12052
2 changed files with 7 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue