mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 13:22:02 +03:00
Fix for android build size
This commit is contained in:
parent
3d600dd128
commit
c44b2a1964
@ -95,7 +95,7 @@ def enableSeparateBuildPerCPUArchitecture = true
|
||||
/**
|
||||
* Run Proguard to shrink the Java bytecode in release builds.
|
||||
*/
|
||||
def enableProguardInReleaseBuilds = true
|
||||
def enableProguardInReleaseBuilds = false
|
||||
|
||||
android {
|
||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
|
Loading…
Reference in New Issue
Block a user