Files
PCAPdroid/app/proguard-rules.pro
emanuele-f ff457d8876 Fix crash when downloading the Geolocation db
Caused by the r8 minification introduced in 0ca5ff0

Closes #491
2025-03-04 20:34:44 +01:00

8 lines
295 B
Prolog

-keepattributes LineNumberTable,SourceFile
-renamesourcefileattribute SourceFile
-dontobfuscate
# some classes are required by the native code, keep them all for now
-keep class com.emanuelef.remote_capture.** { *; }
-keep class com.pcapdroid.mitm.** { *; }
-keep class com.maxmind.db.** { *; }