Initial import of Brizzi HCE project
This commit is contained in:
4
app/proguard-rules.pro
vendored
Normal file
4
app/proguard-rules.pro
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# 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.**
|
||||
Reference in New Issue
Block a user