Skip to content

Commit

Permalink
Correction to OkHttp version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo authored Feb 14, 2020
1 parent 102617e commit 11feb41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ android {
}

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

dependencies {
Expand Down

0 comments on commit 11feb41

Please sign in to comment.