fixed issue with Samsung fingerprint, not working after introducing proguard
This commit is contained in:
@@ -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.** {*; }
|
||||
Reference in New Issue
Block a user