PCAPdroid/app/proguard-rules.pro
emanuele-f 0ca5ff01bf
Some checks failed
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled
Enable minify to reduce apk size
2025-02-16 11:44:04 +01:00

7 lines
258 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.** { *; }