Merge pull request #1581 from nextcloud/suppressInnerClassesWarnings

suppress annoying "warning: Ignoring InnerClasses"
This commit is contained in:
Mario Đanić 2017-11-08 21:58:12 +01:00 committed by GitHub
commit f8d10b9975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,3 +34,5 @@
-keep class * implements android.os.Parcelable {
public static final android.os.Parcelable$Creator *;
}
-keepattributes InnerClasses