emanuele-f / PCAPdroid

No-root network monitor, firewall and PCAP dumper for Android
https://emanuele-f.github.io/PCAPdroid
GNU General Public License v3.0
2.28k stars 273 forks source link

Allow updating the PCAPdroid-mitm plugin if the major version is unchanged #408

Closed emanuele-f closed 1 month ago

emanuele-f commented 7 months ago

Currently PCAPdroid releases are bound to a specific PCAPdroid-mitm version. Most often this is unnecessary, as an incompatibility only occurs if the mitm addon API changes. This could be handled via version numbers, so that it's possible to update the mitm addon as long as the major version number is unchanged.