mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-26 23:05:00 +03:00
heapsize fix
This commit is contained in:
parent
0ee5e71818
commit
10e7493d54
@ -98,7 +98,7 @@ def enableSeparateBuildPerCPUArchitecture = false
|
||||
/**
|
||||
* Run Proguard to shrink the Java bytecode in release builds.
|
||||
*/
|
||||
def enableProguardInReleaseBuilds = true
|
||||
def enableProguardInReleaseBuilds = false
|
||||
|
||||
/**
|
||||
* The preferred build flavor of JavaScriptCore.
|
||||
@ -153,7 +153,7 @@ android {
|
||||
}
|
||||
}
|
||||
dexOptions {
|
||||
javaMaxHeapSize "4g"
|
||||
javaMaxHeapSize "9g"
|
||||
}
|
||||
splits {
|
||||
abi {
|
||||
|
Loading…
Reference in New Issue
Block a user