You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at the proguard rules I noticed that the proguard-rules.pro file contains a rules which keeps all the app classes and methods. Because some methods are only called from tests this is of course required but for release builds this seems unneeded to me. Is there a specific reason for this rule to be in the proguard-rules.pro file and not in the proguardTest-rules.pro file?
The text was updated successfully, but these errors were encountered:
On 01/12/2017, Michiel Scoonderbeek (Remco van Ginneke) ***@***.***> wrote:
Keep The Good is required for steady fundamentals from zilch:to-connectedSSL
from beginning i guess
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#306 (comment)
Hello,
When looking at the proguard rules I noticed that the
proguard-rules.pro
file contains a rules which keeps all the app classes and methods. Because some methods are only called from tests this is of course required but for release builds this seems unneeded to me. Is there a specific reason for this rule to be in theproguard-rules.pro
file and not in theproguardTest-rules.pro
file?The text was updated successfully, but these errors were encountered: