workaround proguard bug in ChipsLayoutManager
This commit is contained in:
parent
63b37deafa
commit
cc903533a5
1 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,6 @@
|
|||
-keepattributes **
|
||||
|
||||
-keep class org.sufficientlysecure.keychain.** { *; }
|
||||
|
||||
# fix bug, see https://github.com/BelooS/ChipsLayoutManager/issues/31
|
||||
-dontwarn com.beloo.widget.chipslayoutmanager.Orientation
|
Loading…
Reference in a new issue