From eac1ab16904c9089765984c23cf31d70d00ce221 Mon Sep 17 00:00:00 2001 From: Roger Hu Date: Mon, 27 Mar 2017 11:12:21 -0700 Subject: [PATCH] Bump to 1.14.1 --- ParseLiveQuery/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParseLiveQuery/build.gradle b/ParseLiveQuery/build.gradle index 5f5af85..cffd986 100644 --- a/ParseLiveQuery/build.gradle +++ b/ParseLiveQuery/build.gradle @@ -40,7 +40,7 @@ android { } dependencies { - compile 'com.parse:parse-android:1.14.0' + compile 'com.parse:parse-android:1.14.1' compile 'com.squareup.okhttp3:okhttp:3.6.0' compile 'com.parse.bolts:bolts-tasks:1.4.0'