Add Java dependency for MP3 module to Gradle
Version 0.5.4 of jid3lib should be the correct version
⚠️ Modules were not tested after upgrade
This commit is contained in:
parent
a7fece6218
commit
e8d9f05b72
2 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ dependencies {
|
||||||
//runtime 'id3:de.ueberdosis.mp3info:1.6.0d9'
|
//runtime 'id3:de.ueberdosis.mp3info:1.6.0d9'
|
||||||
//runtime 'javadns:org.wonderly:?'
|
//runtime 'javadns:org.wonderly:?'
|
||||||
runtime 'jaxen:jaxen:1.1-beta-8'
|
runtime 'jaxen:jaxen:1.1-beta-8'
|
||||||
|
runtime 'net.sf.javamusictag:jid3lib:0.5.4'
|
||||||
}
|
}
|
||||||
|
|
||||||
task deps(type: Copy) {
|
task deps(type: Copy) {
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue