remove a redundant proguard rule

This commit is contained in:
tibbi 2017-10-19 21:38:17 +02:00
parent 18ee425c48
commit 035b9212d1
1 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,3 @@
-keepattributes SourceFile, LineNumberTable, Signature, RuntimeVisibleAnnotations,AnnotationDefault
-keep class com.simplemobiletools.calendar.models.** { *; }
-keepclassmembers class * {
@com.google.api.client.util.Key <fields>;
}