a bit fix of libraries versions

This commit is contained in:
Gavriil Sitnikov 2017-01-09 18:58:58 +03:00
parent 212573767e
commit fbaf5adba6
1 changed files with 3 additions and 4 deletions

View File

@ -27,11 +27,10 @@ dependencies {
compile 'com.android.support:multidex:1.0.1'
compile 'io.reactivex:rxandroid:1.2.1'
provided 'com.android.support:appcompat-v7:25.0.1'
provided 'com.android.support:recyclerview-v7:25.0.1'
provided 'com.android.support:appcompat-v7:25.1.0'
provided 'com.android.support:recyclerview-v7:25.1.0'
provided 'com.squareup.retrofit2:retrofit:2.1.0'
provided 'com.squareup.okhttp3:okhttp:3.5.0'
provided('com.google.http-client:google-http-client-jackson2:1.22.0') {
exclude(group: 'org.apache.httpcomponents', module: 'httpclient')
}
@ -40,7 +39,7 @@ dependencies {
provided 'com.scottyab:aes-crypto:0.0.4'
provided('io.socket:socket.io-client:0.8.1') {
provided('io.socket:socket.io-client:0.8.3') {
exclude group: 'org.json', module: 'json'
}