skylot / jadx

Dex to Java decompiler
Apache License 2.0
41.91k stars 4.89k forks source link

[plugins] Allow to set required jadx version for plugins #2314

Open skylot opened 1 month ago

skylot commented 1 month ago

Describe your idea

Currently, plugins can't set minimum required jadx version, this allows to install plugin even if current jadx version not supported and plugin will crash or spam exceptions in log.

Possible implementation details: