mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Don't enable Proguard by default just yet
Want to gather some feedback from a few people first.
This commit is contained in:
@@ -65,7 +65,7 @@ def enableSeparateBuildPerCPUArchitecture = false
|
||||
/**
|
||||
* Run Proguard to shrink the Java bytecode in release builds.
|
||||
*/
|
||||
def enableProguardInReleaseBuilds = true
|
||||
def enableProguardInReleaseBuilds = false
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
|
||||
Reference in New Issue
Block a user