Migrated to RetroFit 2.0.0 beta
This commit is contained in:
parent
5cd9b4c7ad
commit
7fbbf52a6c
18 changed files with 211 additions and 670 deletions
|
|
@ -77,6 +77,10 @@ android {
|
|||
signingConfig signingConfigs.debug
|
||||
}
|
||||
}
|
||||
packagingOptions {
|
||||
exclude 'META-INF/LICENSE'
|
||||
exclude 'META-INF/NOTICE'
|
||||
}
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
disable 'InvalidPackage'
|
||||
|
|
@ -106,8 +110,9 @@ dependencies {
|
|||
compile 'com.github.semoncat.seekarc:library:0.1'
|
||||
compile 'com.sothree.slidinguppanel:library:3.1.1'
|
||||
|
||||
compile 'com.squareup.retrofit:retrofit:1.9.0'
|
||||
compile 'com.squareup.okhttp:okhttp:2.4.0'
|
||||
compile 'com.squareup.retrofit:retrofit:2.0.0-beta1'
|
||||
compile 'com.squareup.retrofit:converter-gson:2.0.0-beta1'
|
||||
compile 'com.squareup.okhttp:okhttp:2.5.0'
|
||||
|
||||
compile 'com.github.kabouzeid:Android-Universal-Image-Loader:8ffb5d4afa'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue