Merge pull request #54 from TouchInstinct/retrofit_version_update

retrofit version update
This commit is contained in:
Gavriil 2017-05-15 14:35:13 +03:00 committed by GitHub
commit 4e30aa9fa7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ dependencies {
provided 'com.android.support:appcompat-v7:25.3.1'
provided 'com.android.support:recyclerview-v7:25.3.1'
provided 'com.squareup.retrofit2:retrofit:2.2.0'
provided 'com.squareup.retrofit2:retrofit:2.3.0'
provided('com.google.http-client:google-http-client-jackson2:1.22.0') {
exclude(group: 'org.apache.httpcomponents', module: 'httpclient')
}