Skip to content

Commit 279f7a1

Browse files
committed
Merge pull request #244 from ParsePlatform/grantland.bolts
Update Bolts, use bolts-tasks instead of bolts-android
2 parents 95db225 + 5cee40a commit 279f7a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
}
4040

4141
dependencies {
42-
compile 'com.parse.bolts:bolts-android:1.2.1'
42+
compile 'com.parse.bolts:bolts-tasks:1.3.0'
4343

4444
provided 'com.squareup.okhttp:okhttp:2.4.0'
4545
provided 'com.facebook.stetho:stetho:1.1.1'

ParseStarterProject/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
dependencies {
3434
compile 'com.android.support:appcompat-v7:22.2.0'
3535

36-
compile 'com.parse.bolts:bolts-android:1.2.1'
36+
compile 'com.parse.bolts:bolts-tasks:1.3.0'
3737
compile project(':Parse')
3838
}
3939

0 commit comments

Comments
 (0)