mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-05-08 21:12:26 +00:00
ff457d8876
Caused by the r8 minification introduced in 0ca5ff0
Closes #491
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.** { *; } |