We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95db225 + 5cee40a commit 279f7a1Copy full SHA for 279f7a1
Parse/build.gradle
@@ -39,7 +39,7 @@ android {
39
}
40
41
dependencies {
42
- compile 'com.parse.bolts:bolts-android:1.2.1'
+ compile 'com.parse.bolts:bolts-tasks:1.3.0'
43
44
provided 'com.squareup.okhttp:okhttp:2.4.0'
45
provided 'com.facebook.stetho:stetho:1.1.1'
ParseStarterProject/build.gradle
@@ -33,7 +33,7 @@ android {
33
34
compile 'com.android.support:appcompat-v7:22.2.0'
35
36
37
compile project(':Parse')
38
0 commit comments