mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-01 21:00:40 +08:00
7 lines
258 B
Prolog
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.** { *; } |