mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #1581 from nextcloud/suppressInnerClassesWarnings
suppress annoying "warning: Ignoring InnerClasses"
This commit is contained in:
commit
f8d10b9975
1 changed files with 2 additions and 0 deletions
|
@ -34,3 +34,5 @@
|
|||
-keep class * implements android.os.Parcelable {
|
||||
public static final android.os.Parcelable$Creator *;
|
||||
}
|
||||
|
||||
-keepattributes InnerClasses
|
||||
|
|
Loading…
Reference in a new issue