Replace jaudiotagger jar with source
This commit is contained in:
parent
76583b1f58
commit
beb52bec8c
2 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ ext {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
||||||
implementation "com.android.support:support-compat:$supportLibVersion"
|
implementation "com.android.support:support-compat:$supportLibVersion"
|
||||||
implementation "com.android.support:support-core-utils:$supportLibVersion"
|
implementation "com.android.support:support-core-utils:$supportLibVersion"
|
||||||
implementation "com.android.support:support-core-ui:$supportLibVersion"
|
implementation "com.android.support:support-core-ui:$supportLibVersion"
|
||||||
|
|
@ -122,6 +121,7 @@ dependencies {
|
||||||
implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2'
|
implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2'
|
||||||
implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
|
implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
|
||||||
implementation 'com.jakewharton:butterknife:8.8.1'
|
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') {
|
implementation('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0@aar') {
|
||||||
transitive = true
|
transitive = true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue