Finer-grained keep in proguard

pull/14/head
Tim Su 13 years ago
parent 62164d1064
commit f215b77a24

@ -10,7 +10,7 @@
-keepattributes SourceFile, SourceDir, LineNumberTable, LocalVariableTable, LocalVariableTypeTable
-keep, allowshrinking, allowoptimization class com.todoroo.**
-keep class com.mdimension.**
-keep class com.google.common.base.**
-keep class com.google.common.base.Preconditions
# ignore reflection-based access from google libraries
-dontwarn com.google.**

Loading…
Cancel
Save