mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-11 00:15:27 +01:00
Upgrade Support libs, Glide, OkHttp, Robotium
This commit is contained in:
parent
88a75159db
commit
36213fa94e
10
build.gradle
10
build.gradle
@ -41,18 +41,20 @@ project.ext {
|
|||||||
minSdkVersion = 10
|
minSdkVersion = 10
|
||||||
targetSdkVersion = 23
|
targetSdkVersion = 23
|
||||||
|
|
||||||
supportVersion = "23.2.0"
|
supportVersion = "23.2.1"
|
||||||
commonsioVersion = "2.4"
|
commonsioVersion = "2.4"
|
||||||
commonslangVersion = "3.4"
|
commonslangVersion = "3.4"
|
||||||
eventbusVersion = "2.4.0"
|
eventbusVersion = "2.4.0"
|
||||||
flattr4jVersion = "2.12"
|
flattr4jVersion = "2.12"
|
||||||
glideVersion = "3.6.1"
|
glideVersion = "3.7.0"
|
||||||
iconifyVersion = "2.1.1"
|
glideOkhttpIntegrationVersion = "1.4.0"
|
||||||
|
iconifyVersion = "2.2.1"
|
||||||
jsoupVersion = "1.7.3"
|
jsoupVersion = "1.7.3"
|
||||||
materialDialogsVersion = "0.8.5.6@aar"
|
materialDialogsVersion = "0.8.5.6@aar"
|
||||||
okhttpVersion = "2.7.4"
|
okhttpVersion = "2.7.5"
|
||||||
okioVersion = "1.6.0"
|
okioVersion = "1.6.0"
|
||||||
recyclerviewFlexibledividerVersion = "1.2.6"
|
recyclerviewFlexibledividerVersion = "1.2.6"
|
||||||
|
robotiumSoloVersion = "5.5.3"
|
||||||
rxAndroidVersion = "1.1.0"
|
rxAndroidVersion = "1.1.0"
|
||||||
rxJavaVersion = "1.1.0"
|
rxJavaVersion = "1.1.0"
|
||||||
rxJavaRulesVersion = "1.1.0.0"
|
rxJavaRulesVersion = "1.1.0.0"
|
||||||
|
@ -45,10 +45,10 @@ dependencies {
|
|||||||
exclude group: "org.json", module: "json"
|
exclude group: "org.json", module: "json"
|
||||||
}
|
}
|
||||||
compile "commons-io:commons-io:$commonsioVersion"
|
compile "commons-io:commons-io:$commonsioVersion"
|
||||||
compile "com.jayway.android.robotium:robotium-solo:5.5.3"
|
compile "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion"
|
||||||
compile "org.jsoup:jsoup:$jsoupVersion"
|
compile "org.jsoup:jsoup:$jsoupVersion"
|
||||||
compile "com.github.bumptech.glide:glide:$glideVersion"
|
compile "com.github.bumptech.glide:glide:$glideVersion"
|
||||||
compile "com.github.bumptech.glide:okhttp-integration:1.3.1"
|
compile "com.github.bumptech.glide:okhttp-integration:$glideOkhttpIntegrationVersion"
|
||||||
compile "com.squareup.okhttp:okhttp:$okhttpVersion"
|
compile "com.squareup.okhttp:okhttp:$okhttpVersion"
|
||||||
compile "com.squareup.okhttp:okhttp-urlconnection:$okhttpVersion"
|
compile "com.squareup.okhttp:okhttp-urlconnection:$okhttpVersion"
|
||||||
compile "com.squareup.okio:okio:$okioVersion"
|
compile "com.squareup.okio:okio:$okioVersion"
|
||||||
|
Loading…
Reference in New Issue
Block a user