Use JAudiotagger instead of mp3agic

This commit is contained in:
Martin Disch 2018-06-20 15:15:35 +02:00
commit 56a6ff56f0
No known key found for this signature in database
GPG key ID: DB6C1FF7E550D904
2 changed files with 14 additions and 12 deletions

View file

@ -137,6 +137,5 @@ dependencies {
transitive = true
}
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.mpatric:mp3agic:0.9.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}