blob: 4a52545254b072c5dc5425212ebefd14e2364b1f (
plain)
1
2
3
4
5
6
7
8
|
#Keep it simeple ;)
#Keep Line Numbers
-renamesourcefileattribute SourceFile
-keepattributes SourceFile,LineNumberTable
-keep class android.support.**
-keep class cyanogenmod.themes.** { *; }
|