Initial import of Brizzi HCE project

This commit is contained in:
2026-05-03 10:23:41 +07:00
commit 9994823fb3
693 changed files with 51541 additions and 0 deletions

4
app/proguard-rules.pro vendored Normal file
View 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.**