mp3agic icon indicating copy to clipboard operation
mp3agic copied to clipboard

Allow inclusion as Android app module

Open gxcare opened this issue 3 years ago • 2 comments

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 }

gxcare avatar Jul 22 '22 15:07 gxcare

correct me if im wrong but wont this make it impossible for jvm only projects to use it since it always applies the android framework plugin? 🤔

sphrak avatar Jan 12 '23 19:01 sphrak

Yes, the provided gradle file is able to build only for Android, but you are not providing one for jvm only as I guess in that case the build environment is maven.

gxcare avatar Jan 12 '23 21:01 gxcare