static fixes
This commit is contained in:
parent
f0fbf76dc4
commit
afd0ff1998
10
build.gradle
10
build.gradle
|
|
@ -12,7 +12,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
minSdkVersion 10
|
||||
targetSdkVersion 24
|
||||
targetSdkVersion 25
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -23,14 +23,14 @@ repositories {
|
|||
dependencies {
|
||||
compile project(path: ':libraries:components')
|
||||
|
||||
compile 'net.danlew:android.joda:2.9.4.1'
|
||||
compile 'net.danlew:android.joda:2.9.7'
|
||||
compile 'com.android.support:multidex:1.0.1'
|
||||
compile 'io.reactivex:rxandroid:1.2.1'
|
||||
|
||||
provided 'com.android.support:appcompat-v7:25.1.0'
|
||||
provided 'com.android.support:recyclerview-v7:25.1.0'
|
||||
provided 'com.android.support:appcompat-v7:25.2.0'
|
||||
provided 'com.android.support:recyclerview-v7:25.2.0'
|
||||
|
||||
provided 'com.squareup.retrofit2:retrofit:2.1.0'
|
||||
provided 'com.squareup.retrofit2:retrofit:2.2.0'
|
||||
provided('com.google.http-client:google-http-client-jackson2:1.22.0') {
|
||||
exclude(group: 'org.apache.httpcomponents', module: 'httpclient')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue