Browse Source

If you have responsiveness issues, do not use ProGuard

I found out that a bunch of issues with 4.0.4 were caused by methods being obfuscated and not being called. I turned off ProGuard raising the size by 20 KB and things are working terrific.
master
Anthony Restaino 11 years ago
parent
commit
43d8b3c69c
  1. 1
      README.md

1
README.md

@ -39,3 +39,4 @@ @@ -39,3 +39,4 @@
* Code additions are always welcome
* Please add translations/translation fixes as you see need
* Change ````FinalVariables.MAX_TABS```` from 5 to 50 to change the Lightning to the paid version
* DO NOT USE PROGUARD WHEN COMPILING. Hidden methods used will be obfuscated and things like file uploading will not work.

Loading…
Cancel
Save