You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Gradle (7.0.1) does not support compiling jadx under OpenJDK 17, throwing an error. This is an issue as JDK 17 is the only version available on Termux, the Android terminal emulator.
Updating Gradle to 7.2 fixes the issue, and has no breaking changes to currently used version.
Activity