2017-12-05 01:00:00 +01:00
|
|
|
# Documentation for ProGuard:
|
|
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
# http://proguard.sourceforge.net/
|
|
|
|
|
|
|
|
-dontoptimize
|
|
|
|
-dontpreverify
|
|
|
|
|
|
|
|
-dontnote **
|
|
|
|
|
|
|
|
-keepattributes **
|
|
|
|
|
|
|
|
-keep class org.sufficientlysecure.keychain.** { *; }
|
2018-07-04 23:49:46 +02:00
|
|
|
|
|
|
|
# fix bug, see https://github.com/BelooS/ChipsLayoutManager/issues/31
|
|
|
|
-dontwarn com.beloo.widget.chipslayoutmanager.Orientation
|