android-proguard-snippets
android-proguard-snippets copied to clipboard
Add for Samsung's Pass SDK
http://developer.samsung.com/resources/pass
Maybe nobody is using it but they don't have a solution out-of-the-box. I'll try to paste it here if I find a solution...
Did you find something? Currently I'm using
-dontwarn com.samsung.**
-keep class com.samsung.** {*;}
But I want to improve it.
Hi @StanKocken, any progress so far? I am having problem with this sdk too, keeping all its stuffs seems to work, but it doent make sense using ProGuard and keep all the things, right?
I just deleted the SDK from my app. I lost the support for a couple of Samsung devices, but the latest one are using the Google fingerprint API anyway.
Le lun. 1 oct. 2018 à 03:04, Lê Thái Phúc Quang [email protected] a écrit :
Hi @StanKocken https://github.com/StanKocken, any progress so far? I am having problem with this sdk too, keeping all its stuffs seems to work, but it doent make sense using ProGuard and keep all the things, right?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/krschultz/android-proguard-snippets/issues/32#issuecomment-425808314, or mute the thread https://github.com/notifications/unsubscribe-auth/ACGi-90uwMN_j-jIpzVRxVt34dm-qWWsks5ugb5rgaJpZM4D9ZEg .