Merge pull request #16 from jcgruenhage/update-libs

Updated libraries and replaced mp3agic jar with gradle dependency.
This commit is contained in:
Jan Christian Grünhage 2017-03-11 11:15:04 +01:00 committed by GitHub
commit 6c7832f1e6
3 changed files with 6 additions and 6 deletions

View file

@ -57,9 +57,9 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':framework') compile project(':framework')
compile project(':playmusiclib') compile project(':playmusiclib')
compile 'com.android.support:appcompat-v7:25.1.1' compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:support-v4:25.1.1' compile 'com.android.support:support-v4:25.2.0'
compile 'com.android.support:design:25.1.1' compile 'com.android.support:design:25.2.0'
compile 'com.android.support:support-vector-drawable:25.1.1' compile 'com.android.support:support-vector-drawable:25.2.0'
compile "com.github.paolorotolo:appintro:4.1.0" compile 'com.github.paolorotolo:appintro:4.1.0'
} }

View file

@ -41,6 +41,6 @@ android {
} }
dependencies { dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':framework') compile project(':framework')
compile 'com.mpatric:mp3agic:0.9.0'
} }

Binary file not shown.