Skip to content

Commit

Permalink
Disable minification
Browse files Browse the repository at this point in the history
It's not something this plugin should force for your app.
  • Loading branch information
EddyVerbruggen committed Dec 17, 2015
1 parent 6371619 commit f42f6a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
<framework src="com.android.support:support-v4:+" />
<framework src="com.google.android.gms:play-services-gcm:+" />
<framework src="src/android/fix-playservices-applicationid-CB-10014.gradle" custom="true" type="gradleReference" />
<framework src="src/android/shrinkresources.gradle" custom="true" type="gradleReference" />
<!-- this should not be in this plugin, perhaps in a special-purpose one -->
<!--framework src="src/android/shrinkresources.gradle" custom="true" type="gradleReference" /-->
</platform>

<!-- ios -->
Expand Down

0 comments on commit f42f6a4

Please sign in to comment.