diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-04-10 20:06:32 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-04-10 20:06:32 -0700 |
commit | 72c42e1f178ba6eec1fa80322d2a49b695f9e8de (patch) | |
tree | 7b6d2183b438811d280b09b90c3a87846292369a | |
parent | fa711387e52d6163398726d776f8c20fd6c34484 (diff) | |
download | dsub-72c42e1f178ba6eec1fa80322d2a49b695f9e8de.tar.gz dsub-72c42e1f178ba6eec1fa80322d2a49b695f9e8de.tar.bz2 dsub-72c42e1f178ba6eec1fa80322d2a49b695f9e8de.zip |
Update proguard location
-rw-r--r-- | Subsonic.iml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Subsonic.iml b/Subsonic.iml index 0e656645..fb0dceef 100644 --- a/Subsonic.iml +++ b/Subsonic.iml @@ -3,6 +3,9 @@ <component name="FacetManager">
<facet type="android" name="Android">
<configuration>
+ <proGuardCfgFiles>
+ <file>file://$MODULE_DIR$/proguard.cfg</file>
+ </proGuardCfgFiles>
<option name="UPDATE_PROPERTY_FILES" value="true" />
</configuration>
</facet>
|