Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Update proguard rules to dontobfuscate
Browse files Browse the repository at this point in the history
  • Loading branch information
mxlius committed Sep 28, 2018
1 parent c6e9a23 commit 39c9caa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

# We do not want to obfuscate - It's just painful to debug without the right mapping file.
-dontobfuscate

# These fragment are referenced from navigation graph xml, so it's not retained during minify.
# This rule is a little too broad, because we might not need all the fragment in difference flavor
-keep class org.mozilla.scryer.** extends android.support.v4.app.Fragment{}

0 comments on commit 39c9caa

Please sign in to comment.