Updated libraries and replaced mp3agic jar with gradle dependency.

This commit is contained in:
Jan Christian Grünhage 2017-03-11 11:11:26 +01:00
parent 67d6fd5ffb
commit a0fda16193
Signed by: jcgruenhage
GPG key ID: 321A67D9EE8BC3E1
3 changed files with 6 additions and 6 deletions

View file

@ -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'
}

View file

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

Binary file not shown.