mpatric / mp3agic

A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).
MIT License
1.2k stars 310 forks source link

Switched to Java 17 #192

Closed nicktar closed 2 years ago

nicktar commented 2 years ago

bump java version to 17 bump equalsverifier to 3.10 (for java 17 compatible byte buddy) adapter travis config

hennr commented 2 years ago

Hi @nicktar , Thanks for the PR. We have quite some users targetting android and as such I don't think java 17 bytecode is an option already.