Now using OkHttp Glide module, also improved the artist image loading and caching.
This commit is contained in:
parent
967ef7d824
commit
524273228d
8 changed files with 39 additions and 18 deletions
|
|
@ -98,12 +98,13 @@ dependencies {
|
|||
transitive = true
|
||||
}
|
||||
|
||||
compile('com.afollestad.material-dialogs:core:0.8.5.2@aar') {
|
||||
compile('com.github.afollestad.material-dialogs:core:0.8.5.3@aar') {
|
||||
transitive = true
|
||||
}
|
||||
compile('com.afollestad.material-dialogs:commons:0.8.5.2@aar') {
|
||||
compile('com.github.afollestad.material-dialogs:commons:0.8.5.3@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
compile('com.afollestad:material-cab:0.1.6@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
|
@ -124,7 +125,6 @@ dependencies {
|
|||
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.2.1'
|
||||
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2'
|
||||
compile 'com.squareup.retrofit:converter-gson:2.0.0-beta2'
|
||||
compile 'com.squareup.okhttp:okhttp:2.7.0'
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
compile 'org.solovyev.android.views:linear-layout-manager:0.5@aar'
|
||||
//noinspection GradleDynamicVersion
|
||||
|
|
@ -132,4 +132,5 @@ dependencies {
|
|||
compile 'de.psdev.licensesdialog:licensesdialog:1.8.0'
|
||||
compile 'com.github.kabouzeid:AppIntro:3.3.0k'
|
||||
compile 'com.github.bumptech.glide:glide:3.6.1'
|
||||
compile 'com.github.bumptech.glide:okhttp-integration:1.3.1@aar'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue