jareddantis / simple-deodexer

A simple Android application deodexer for Linux & macOS
17 stars 11 forks source link

support new java versions #8

Closed T-rex2017 closed 5 years ago

T-rex2017 commented 5 years ago

what is the point on checking java version is less than 1.7

jareddantis commented 5 years ago

The purpose of the conditional is, in fact, to only allow Java versions 1.7 and above, not the other way around. If you're having issues with the script, please open an issue with detailed logs and a concise description of your problem.

Thanks!