Skip to content

Commit 153430e

Browse files
nlutsenkoFacebook Github Bot 0
authored and
Facebook Github Bot 0
committedApr 29, 2016
Update Bolts-Tasks to 1.4.0.
Reviewed By: kirwan Differential Revision: D3160363 fb-gh-sync-id: 98a94c41fcfb6be32ba135648535980998969f83 fbshipit-source-id: 98a94c41fcfb6be32ba135648535980998969f83
1 parent 67cafce commit 153430e

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed
 

‎animated-base-support/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = VERSION_NAME
88
dependencies {
99
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"
1010
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
11-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
11+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1212
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1313
compile "com.nineoldandroids:library:${NINEOLDANDROID_VERSION}"
1414
compile project(':fbcore')

‎animated-base-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = VERSION_NAME
88
dependencies {
99
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"
1010
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
11-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
11+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1212
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1313
compile "com.nineoldandroids:library:${NINEOLDANDROID_VERSION}"
1414
compile project(':fbcore')

‎animated-base/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = VERSION_NAME
88
dependencies {
99
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"
1010
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
11-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
11+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1212
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1313
compile "com.nineoldandroids:library:${NINEOLDANDROID_VERSION}"
1414
compile project(':fbcore')

‎animated-gif/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
1111

1212
dependencies {
1313
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
14-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
14+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1515
compile "com.nineoldandroids:library:${NINEOLDANDROID_VERSION}"
1616
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1717
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"

‎animated-webp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
1111

1212
dependencies {
1313
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
14-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
14+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1515
compile "com.nineoldandroids:library:${NINEOLDANDROID_VERSION}"
1616
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1717
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GRADLE_DOWNLOAD_TASK_VERSION=2.1.0
2929

3030
# Deps for libraries
3131
ANNOTATION_API_VERSION=1.2
32-
BOLTS_ANDROID_VERSION=1.1.4
32+
BOLTS_ANDROID_VERSION=1.4.0
3333
FEST_ASSERT_CORE_VERSION=2.0M10
3434
JSR_305_VERSION=3.0.0
3535
JUNIT_VERSION=4.12

‎imagepipeline-base-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = VERSION_NAME
66

77
dependencies {
88
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
9-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
9+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1010
compile "com.nineoldandroids:library:${NINEOLDANDROID_VERSION}"
1111
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1212
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"

‎imagepipeline-base/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = VERSION_NAME
66

77
dependencies {
88
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
9-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
9+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1010
compile "com.nineoldandroids:library:${NINEOLDANDROID_VERSION}"
1111
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1212
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"

‎imagepipeline-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = VERSION_NAME
66

77
dependencies {
88
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
9-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
9+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1010
compile "com.nineoldandroids:library:${NINEOLDANDROID_VERSION}"
1111
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1212
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"

‎imagepipeline/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
1111

1212
dependencies {
1313
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
14-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
14+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1515
compile "com.nineoldandroids:library:${NINEOLDANDROID_VERSION}"
1616
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1717
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"

‎static-webp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
1212
dependencies {
1313
provided "javax.annotation:javax.annotation-api:${ANNOTATION_API_VERSION}"
1414
provided "com.google.code.findbugs:jsr305:${JSR_305_VERSION}"
15-
compile "com.parse.bolts:bolts-android:${BOLTS_ANDROID_VERSION}"
15+
compile "com.parse.bolts:bolts-tasks:${BOLTS_ANDROID_VERSION}"
1616
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
1717
testCompile "junit:junit:${JUNIT_VERSION}"
1818
compile project(':fbcore')

0 commit comments

Comments
 (0)
Please sign in to comment.