Skip to content

Commit 11feb41

Browse files
authored
Correction to OkHttp version
1 parent 102617e commit 11feb41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parse/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ android {
2828
}
2929

3030
ext {
31-
okhttpVersion = "3.14.6"
31+
// Note: Don't update past 3.12.x, as it sets the minSdk to Android 5.0
32+
okhttpVersion = "3.12.8"
3233
}
3334

3435
dependencies {

0 commit comments

Comments
 (0)