workaround proguard bug in ChipsLayoutManager

master
Vincent Breitmoser 5 years ago
parent 63b37deafa
commit cc903533a5

@ -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…
Cancel
Save