Skip to content

Commit

Permalink
[script commit]
Browse files Browse the repository at this point in the history
  • Loading branch information
ymasory committed Apr 21, 2012
1 parent f7b8034 commit 01024ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
-dontwarn scala.**

-dontnote javax.xml.**
-dontnote org.acra.DeviceFeaturesCollector
-dontnote org.w3c.dom.**
-dontnote org.xml.sax.**
-dontnote scala.Enumeration
Expand Down Expand Up @@ -35,6 +34,7 @@
-keep public class * extends android.content.ContentProvider
-keep public class * extends android.preference.Preference
-keep public class * extends android.view.View
# -keep public class com.android.vending.licensing.ILicensingService

-keepclasseswithmembernames class * {
native <methods>;
Expand Down

0 comments on commit 01024ce

Please sign in to comment.