workaround proguard bug in ChipsLayoutManager

This commit is contained in:
Vincent Breitmoser 2018-07-04 23:49:46 +02:00
parent 63b37deafa
commit cc903533a5
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@
-keepattributes ** -keepattributes **
-keep class org.sufficientlysecure.keychain.** { *; } -keep class org.sufficientlysecure.keychain.** { *; }
# fix bug, see https://github.com/BelooS/ChipsLayoutManager/issues/31
-dontwarn com.beloo.widget.chipslayoutmanager.Orientation