aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-03-19 21:06:37 +0100
committerChristian Schneppe <christian@pix-art.de>2019-03-19 21:06:37 +0100
commitbde39e88511ca1ffd542ab587ab507382b8c77ae (patch)
tree7fa71d4959ff2f6cffa738c52d6a0782da406a28 /build.gradle
parent018d62e1b962ab169572f848ac3dfcd2ae1af3a5 (diff)
fix crash in websitepreview on older devices
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 10ffdf118..17773c875 100644
--- a/build.gradle
+++ b/build.gradle
@@ -82,7 +82,7 @@ dependencies {
implementation 'org.osmdroid:osmdroid-android:6.0.3'
implementation 'com.leinardi.android:speed-dial:2.0.1'
implementation 'com.squareup.picasso:picasso:2.71828'
- implementation 'com.squareup.okhttp3:okhttp:3.13.1'
+ implementation 'com.squareup.okhttp3:okhttp:3.12.2' // versions > 3.12.x don't support API level < 21 anymore
}
ext {