summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags5
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 71e9f5f..4a52545 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -1,3 +1,8 @@
#Keep it simeple ;)
+
+#Keep Line Numbers
+-renamesourcefileattribute SourceFile
+-keepattributes SourceFile,LineNumberTable
+
-keep class android.support.**
-keep class cyanogenmod.themes.** { *; } \ No newline at end of file