update libs

This commit is contained in:
contrudar 2016-04-08 17:41:54 +03:00
parent 63d8979ef8
commit 23f004b530
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@ -19,8 +19,8 @@ android {
dependencies {
compile project(':libraries:core')
provided 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:recyclerview-v7:23.2.0'
provided 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
provided 'io.reactivex:rxandroid:1.1.0'
@ -30,7 +30,7 @@ dependencies {
provided('com.google.http-client:google-http-client-jackson2:1.21.0') {
exclude(group: 'org.apache.httpcomponents', module: 'httpclient')
}
provided 'com.squareup.okhttp:okhttp:2.7.4'
provided 'com.squareup.okhttp:okhttp:2.7.5'
provided 'com.facebook.fresco:fbcore:0.9.0'
provided 'com.facebook.fresco:imagepipeline-okhttp:0.9.0'