commit
3ca1a61b98
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue