forked from organicmaps/organicmaps
[android] Rolled back gradle plugin version and fabric plugin version to avoid OOMs during native sybmols upload
This commit is contained in:
parent
9332a3bd53
commit
504be4e0fa
2 changed files with 4 additions and 2 deletions
|
@ -8,8 +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 'io.fabric.tools:gradle:1.27.0'
|
||||
classpath 'com.android.tools.build:gradle:3.5.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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.4.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue