Skip to content

Commit

Permalink
Disable proguard
Browse files Browse the repository at this point in the history
Summary:
until we have an automated test in CI
Closes facebook#5775

Reviewed By: svcscm

Differential Revision: D2911639

Pulled By: mkonicek

fb-gh-sync-id: 26d8194dd5a6fd7210f4b014787e6847217dd7f1
  • Loading branch information
bestander authored and pglotov committed Mar 15, 2016
1 parent ee03295 commit 09a978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/generator-android/templates/src/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09a978f

Please sign in to comment.