From d3b690fe3272e08b36c589d17a7247c4fd7f5e73 Mon Sep 17 00:00:00 2001 From: Maximilian Fischer <45403027+maaeps@users.noreply.github.com> Date: Thu, 3 Oct 2019 11:57:36 +0200 Subject: [PATCH] Update build.gradle --- ParseLiveQuery/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParseLiveQuery/build.gradle b/ParseLiveQuery/build.gradle index 4dd6039..7117861 100644 --- a/ParseLiveQuery/build.gradle +++ b/ParseLiveQuery/build.gradle @@ -24,7 +24,7 @@ android { } dependencies { - api 'com.github.thomax-it.Parse-SDK-Android:parse:1.21.2' + api 'com.github.thomax-it.Parse-SDK-Android:parse:1.21.4' api 'com.squareup.okhttp3:okhttp:3.12.1' testImplementation 'org.robolectric:robolectric:3.3.1'