mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-05 21:04:28 +08:00
8 lines
295 B
Prolog
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.** { *; } |