Skip to content

Commit 6eaaad6

Browse files
authored
Rollback OkHttp version (#113) (#114)
OkHttp v3.13 bumps minSdkVersion to 21 (Android 5.0). To maintain maximum compatibility, we can stick to OkHttp v3.12.
1 parent 095dae0 commit 6eaaad6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ParseLiveQuery/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ android {
2525

2626
dependencies {
2727
api "com.github.parse-community.Parse-SDK-Android:parse:1.24.2"
28-
api "com.squareup.okhttp3:okhttp:3.14.4"
28+
29+
// Note: Don't update past 3.12.x, as it sets the minSdk to Android 5.0
30+
api "com.squareup.okhttp3:okhttp:3.12.10"
2931

3032
testImplementation "org.robolectric:robolectric:3.3.1"
3133
testImplementation "org.skyscreamer:jsonassert:1.5.0"

0 commit comments

Comments
 (0)