5 lines
239 B
Prolog
5 lines
239 B
Prolog
# Preserve HCE service and routing classes from over-aggressive obfuscation
|
|
-keepclassmembers class * extends android.nfc.cardemulation.HostApduService { <init>(...); *; }
|
|
-keep class com.korancrew.brizzi.hce.** { *; }
|
|
-dontwarn kotlin.**
|