File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = VERSION_NAME
8
8
dependencies {
9
9
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
10
10
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} "
12
12
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
13
13
compile " com.nineoldandroids:library:${ NINEOLDANDROID_VERSION} "
14
14
compile project(' :fbcore' )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = VERSION_NAME
8
8
dependencies {
9
9
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
10
10
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} "
12
12
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
13
13
compile " com.nineoldandroids:library:${ NINEOLDANDROID_VERSION} "
14
14
compile project(' :fbcore' )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = VERSION_NAME
8
8
dependencies {
9
9
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
10
10
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} "
12
12
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
13
13
compile " com.nineoldandroids:library:${ NINEOLDANDROID_VERSION} "
14
14
compile project(' :fbcore' )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
11
11
12
12
dependencies {
13
13
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} "
15
15
compile " com.nineoldandroids:library:${ NINEOLDANDROID_VERSION} "
16
16
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
17
17
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
11
11
12
12
dependencies {
13
13
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} "
15
15
compile " com.nineoldandroids:library:${ NINEOLDANDROID_VERSION} "
16
16
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
17
17
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ GRADLE_DOWNLOAD_TASK_VERSION=2.1.0
29
29
30
30
# Deps for libraries
31
31
ANNOTATION_API_VERSION =1.2
32
- BOLTS_ANDROID_VERSION =1.1.4
32
+ BOLTS_ANDROID_VERSION =1.4.0
33
33
FEST_ASSERT_CORE_VERSION =2.0M10
34
34
JSR_305_VERSION =3.0.0
35
35
JUNIT_VERSION =4.12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = VERSION_NAME
6
6
7
7
dependencies {
8
8
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} "
10
10
compile " com.nineoldandroids:library:${ NINEOLDANDROID_VERSION} "
11
11
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
12
12
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = VERSION_NAME
6
6
7
7
dependencies {
8
8
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} "
10
10
compile " com.nineoldandroids:library:${ NINEOLDANDROID_VERSION} "
11
11
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
12
12
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = VERSION_NAME
6
6
7
7
dependencies {
8
8
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} "
10
10
compile " com.nineoldandroids:library:${ NINEOLDANDROID_VERSION} "
11
11
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
12
12
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
11
11
12
12
dependencies {
13
13
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} "
15
15
compile " com.nineoldandroids:library:${ NINEOLDANDROID_VERSION} "
16
16
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
17
17
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
12
12
dependencies {
13
13
provided " javax.annotation:javax.annotation-api:${ ANNOTATION_API_VERSION} "
14
14
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} "
16
16
compile " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
17
17
testCompile " junit:junit:${ JUNIT_VERSION} "
18
18
compile project(' :fbcore' )
You can’t perform that action at this time.
0 commit comments