diff --git a/Parse/build.gradle b/Parse/build.gradle index 768f77937..d2a346b62 100644 --- a/Parse/build.gradle +++ b/Parse/build.gradle @@ -39,7 +39,7 @@ android { } dependencies { - compile 'com.parse.bolts:bolts-android:1.2.1' + compile 'com.parse.bolts:bolts-tasks:1.3.0' provided 'com.squareup.okhttp:okhttp:2.4.0' provided 'com.facebook.stetho:stetho:1.1.1' diff --git a/ParseStarterProject/build.gradle b/ParseStarterProject/build.gradle index dce010fd8..a6c1e724d 100644 --- a/ParseStarterProject/build.gradle +++ b/ParseStarterProject/build.gradle @@ -33,7 +33,7 @@ android { dependencies { compile 'com.android.support:appcompat-v7:22.2.0' - compile 'com.parse.bolts:bolts-android:1.2.1' + compile 'com.parse.bolts:bolts-tasks:1.3.0' compile project(':Parse') }