diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-06-14 13:29:10 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-06-14 13:29:10 +0200 |
commit | 25cc7dde50c1adfad29b0b2cd6daee2de88cc7b0 (patch) | |
tree | a64276f89a11aa41fe726d47f5986b6e5d221ac7 | |
parent | 2ab4b67d783b7d5578b07739d08d06d30ac8c6da (diff) | |
download | AntennaPod-25cc7dde50c1adfad29b0b2cd6daee2de88cc7b0.zip |
Fixed proguard issues
-rw-r--r-- | proguard.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proguard.cfg b/proguard.cfg index 96111d41f..fd76cc73a 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -1,11 +1,9 @@ --printmapping out.map -renamesourcefileattribute SourceFile -keepattributes SourceFile,LineNumberTable -dontpreverify -repackageclasses '' -allowaccessmodification --optimizations !code/simplification/arithmetic -keepattributes *Annotation* #-injars libs/presto_client-0.8.5.jar |