We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095dae0 commit 6eaaad6Copy full SHA for 6eaaad6
ParseLiveQuery/build.gradle
@@ -25,7 +25,9 @@ android {
25
26
dependencies {
27
api "com.github.parse-community.Parse-SDK-Android:parse:1.24.2"
28
- api "com.squareup.okhttp3:okhttp:3.14.4"
+
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"
31
32
testImplementation "org.robolectric:robolectric:3.3.1"
33
testImplementation "org.skyscreamer:jsonassert:1.5.0"
0 commit comments