mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
Disable proguard
Summary: until we have an automated test in CI Closes https://github.com/facebook/react-native/pull/5775 Reviewed By: svcscm Differential Revision: D2911639 Pulled By: mkonicek fb-gh-sync-id: 26d8194dd5a6fd7210f4b014787e6847217dd7f1
This commit is contained in:
parent
c00049ce4f
commit
3c74a2595a
@ -73,7 +73,7 @@ def enableSeparateBuildPerCPUArchitecture = false
|
||||
/**
|
||||
* Run Proguard to shrink the Java bytecode in release builds.
|
||||
*/
|
||||
def enableProguardInReleaseBuilds = true
|
||||
def enableProguardInReleaseBuilds = false
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
|
Loading…
x
Reference in New Issue
Block a user