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

Allow inclusion as Android app module #194

Closed gxcare closed 2 years ago

gxcare commented 2 years ago

With those two files the library can be used as a module in Android apps.

The only requirement for the user is to add the following declaration in the app build.gradle file: ext { compileSdkVersion = 31 }