Skip to content

Instantly share code, notes, and snippets.

View intrepid-ab's full-sized avatar

Abinet Zelalem intrepid-ab

View GitHub Profile
### Keybase proof
I hereby claim:
* I am intrepid-ab on github.
* I am abinet (https://keybase.io/abinet) on keybase.
* I have a public key ASDSYEPkglK8rTuee5jR9mjdeXLF1o9YeQZzl0sNDSJLmgo
To claim this, I am signing this object:
@intrepid-ab
intrepid-ab / proguard-project.txt
Created June 8, 2016 18:27
Proguard Configuration for Android Library
# Save the obfuscation mapping to a file, so we can de-obfuscate any stack
# traces later on. Keep a fixed source file attribute and all line number
# tables to get line numbers in the stack traces.
# You can comment this out if you're not interested in stack traces.
-printmapping out.map
-keepparameternames
-renamesourcefileattribute SourceFile
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
SourceFile,LineNumberTable,EnclosingMethod