Skip to content

Commit

Permalink
Rollback OkHttp version (#113) (#114)
Browse files Browse the repository at this point in the history
OkHttp v3.13 bumps minSdkVersion to 21 (Android 5.0). To maintain maximum
compatibility, we can stick to OkHttp v3.12.
  • Loading branch information
jhansche authored Jul 23, 2020
1 parent 095dae0 commit 6eaaad6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ParseLiveQuery/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ android {

dependencies {
api "com.github.parse-community.Parse-SDK-Android:parse:1.24.2"
api "com.squareup.okhttp3:okhttp:3.14.4"

// Note: Don't update past 3.12.x, as it sets the minSdk to Android 5.0
api "com.squareup.okhttp3:okhttp:3.12.10"

testImplementation "org.robolectric:robolectric:3.3.1"
testImplementation "org.skyscreamer:jsonassert:1.5.0"
Expand Down

0 comments on commit 6eaaad6

Please sign in to comment.