fixed issue with Samsung fingerprint, not working after introducing proguard

This commit is contained in:
Philipp Crocoll
2017-10-02 19:49:48 +02:00
parent af67e09293
commit f9978dca82

View File

@@ -14,4 +14,11 @@
-keep class com.squareup.okhttp.**
-keep class com.jcraft.**
-keep class com.samsung.android.**
-keepclassmembers class com.samsung.android.** {
*;
}
-keep public class keepass2android.** {*; }