This commit is contained in:
mac
2026-02-23 13:03:59 -05:00
parent df1188fc02
commit f76b684d49
8 changed files with 613 additions and 96 deletions

View File

@@ -18,4 +18,9 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
# Obfuscation pour protéger les clés d'API
-keep class com.example.scanwich.BuildConfig { *; }
-dontwarn com.itextpdf.**
-keep class com.itextpdf.** { *; }