Replace jaudiotagger jar with source

This commit is contained in:
Karim Abou Zeid 2018-04-29 14:16:51 +02:00
commit beb52bec8c
2 changed files with 1 additions and 1 deletions

View file

@ -87,7 +87,6 @@ ext {
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "com.android.support:support-compat:$supportLibVersion"
implementation "com.android.support:support-core-utils:$supportLibVersion"
implementation "com.android.support:support-core-ui:$supportLibVersion"
@ -122,6 +121,7 @@ dependencies {
implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2'
implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
implementation 'com.jakewharton:butterknife:8.8.1'
implementation 'com.github.AdrienPoupa:jaudiotagger:2.2.3'
implementation('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0@aar') {
transitive = true
}