Removed unnecessary libs and replaced the jaudiotagger jar with a custom one specially or android.

This commit is contained in:
Karim Abou Zeid 2015-05-31 18:02:55 +02:00
commit fdc9be9908
8 changed files with 15 additions and 46 deletions

View file

@ -50,7 +50,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile files('../libs/jaudiotagger-2.0.4-20111207.115108-15.jar')
compile('com.crashlytics.sdk.android:crashlytics:2.2.1@aar') {
transitive = true;
}
@ -66,8 +65,6 @@ dependencies {
compile 'com.github.ksoichiro:android-observablescrollview:1.5.1'
compile 'asia.ivity.android:drag-sort-listview:1.0'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.mcxiaoke.volley:library:1.0.16'
compile 'com.squareup:otto:1.3.7'
compile 'de.hdodenhof:circleimageview:1.3.0'
@ -75,5 +72,4 @@ dependencies {
compile 'com.afollestad:material-dialogs:0.7.5.0'
compile 'com.afollestad:material-cab:0.1.3'
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
}