Skip to content

Commit 072fce6

Browse files
authored
Expose return dependency to user (#75)
If environment (android) doesn't provide future, expose ours to be used.
1 parent 23c5f12 commit 072fce6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ dependencies {
2222

2323
implementation 'com.google.guava:guava:20.0'
2424
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
25-
implementation 'net.sourceforge.streamsupport:streamsupport:1.7.0'
26-
implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0'
2725
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.6'
2826
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.6'
2927
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.6'
3028
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
3129
implementation 'com.auth0:java-jwt:3.4.0'
30+
31+
api 'net.sourceforge.streamsupport:streamsupport:1.7.0'
32+
api 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0'
3233
}
3334

3435
retrolambda {

0 commit comments

Comments
 (0)