Skip to content

Commit dc5d8d2

Browse files
committed
依赖api修改为compile
1 parent 47265f6 commit dc5d8d2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

rest/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ android {
2525
}
2626

2727
dependencies {
28-
api "io.reactivex.rxjava2:rxjava:2.2.10"
29-
api 'io.reactivex.rxjava2:rxandroid:2.1.1'
30-
api 'com.squareup.okhttp3:okhttp:3.12.2'
31-
api 'com.squareup.okhttp3:logging-interceptor:3.12.2'
32-
api 'com.squareup.retrofit2:retrofit:2.5.0'
33-
api 'com.squareup.retrofit2:converter-gson:2.5.0'
34-
api 'com.squareup.retrofit2:converter-jackson:2.5.0'
35-
api 'com.squareup.retrofit2:converter-scalars:2.5.0'
36-
api 'com.squareup.retrofit2:adapter-rxjava2:2.5.0'
28+
compile "io.reactivex.rxjava2:rxjava:2.2.10"
29+
compile 'io.reactivex.rxjava2:rxandroid:2.1.1'
30+
compile 'com.squareup.okhttp3:okhttp:3.12.2'
31+
compile 'com.squareup.okhttp3:logging-interceptor:3.12.2'
32+
compile 'com.squareup.retrofit2:retrofit:2.5.0'
33+
compile 'com.squareup.retrofit2:converter-gson:2.5.0'
34+
compile 'com.squareup.retrofit2:converter-jackson:2.5.0'
35+
compile 'com.squareup.retrofit2:converter-scalars:2.5.0'
36+
compile 'com.squareup.retrofit2:adapter-rxjava2:2.5.0'
3737
}

0 commit comments

Comments
 (0)