diff --git a/playmusicexporter/build.gradle b/playmusicexporter/build.gradle index 93f592f..16a4463 100644 --- a/playmusicexporter/build.gradle +++ b/playmusicexporter/build.gradle @@ -57,9 +57,9 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':framework') compile project(':playmusiclib') - compile 'com.android.support:appcompat-v7:25.1.1' - compile 'com.android.support:support-v4:25.1.1' - compile 'com.android.support:design:25.1.1' - compile 'com.android.support:support-vector-drawable:25.1.1' - compile "com.github.paolorotolo:appintro:4.1.0" + compile 'com.android.support:appcompat-v7:25.2.0' + compile 'com.android.support:support-v4:25.2.0' + compile 'com.android.support:design:25.2.0' + compile 'com.android.support:support-vector-drawable:25.2.0' + compile 'com.github.paolorotolo:appintro:4.1.0' } diff --git a/playmusiclib/build.gradle b/playmusiclib/build.gradle index 521b9e9..16d367f 100644 --- a/playmusiclib/build.gradle +++ b/playmusiclib/build.gradle @@ -41,6 +41,6 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':framework') + compile 'com.mpatric:mp3agic:0.9.0' } diff --git a/playmusiclib/libs/mp3agic-0.8.4.jar b/playmusiclib/libs/mp3agic-0.8.4.jar deleted file mode 100644 index 2ef31c9..0000000 Binary files a/playmusiclib/libs/mp3agic-0.8.4.jar and /dev/null differ