Skip to content
Snippets Groups Projects
Unverified Commit 6ba4ff9d authored by H. Lehmann's avatar H. Lehmann Committed by GitHub
Browse files

Do not obfuscate code (#39)


The app is open-source, so there is no point in obfuscating.
This change makes it easier to compare the distributed apk with
the source code. Proguard still removes unused elements.

Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
parent a923a927
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# debugging stack traces. # debugging stack traces.
-keepattributes SourceFile,LineNumberTable -keepattributes SourceFile,LineNumberTable
#-dontobfuscate -dontobfuscate
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment