summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2019-09-23 14:15:24 -0700
committerorionlee <orionlee@yahoo.com>2019-09-23 14:15:24 -0700
commite8be5cb8ec18d49c66abd6898a6a55d9f246c7e4 (patch)
tree4630ee808a28d77de6bc2e51e772ee3bcbcc831f /build.gradle
parent6cae7df9bdf0d233d0c35b021cbc43dfa5e4a4b5 (diff)
downloadAntennaPod-e8be5cb8ec18d49c66abd6898a6a55d9f246c7e4.zip
Upgrade OkHttp (to the latest that still support Android 4.x)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 2ca680ccb..b04637b78 100644
--- a/build.gradle
+++ b/build.gradle
@@ -57,8 +57,8 @@ project.ext {
iconifyVersion = "2.2.2"
jsoupVersion = "1.11.2"
materialDialogsVersion = "0.9.0.2"
- okhttpVersion = "3.9.0"
- okioVersion = "1.14.0"
+ okhttpVersion = "3.12.5"
+ okioVersion = "1.17.4"
recyclerviewFlexibledividerVersion = "1.4.0"
robotiumSoloVersion = "5.6.3"
rxAndroidVersion = "2.1.0"