File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717
1818* Upgraded to Realm Sync 2.0.0.
1919* Upgraded to Realm Core 4.0.2.
20+ * Upgraded to OkHttp 3.9.0 .
21+ * Upgraded to RxJava 2.1.4 .
2022
2123## Credits
2224
Original file line number Diff line number Diff line change @@ -188,19 +188,19 @@ repositories {
188188
189189dependencies {
190190
191- compileOnly ' io.reactivex.rxjava2:rxjava:2.1.1 '
191+ compileOnly ' io.reactivex.rxjava2:rxjava:2.1.4 '
192192 compileOnly ' com.google.code.findbugs:findbugs-annotations:3.0.1'
193193
194194 api " io.realm:realm-annotations:${ version} "
195195 implementation ' com.google.code.findbugs:jsr305:3.0.2'
196196 implementation ' com.getkeepsafe.relinker:relinker:1.2.2'
197197
198198 kaptObjectServer project(' :realm-annotations-processor' )
199- objectServerImplementation ' com.squareup.okhttp3:okhttp:3.7 .0'
199+ objectServerImplementation ' com.squareup.okhttp3:okhttp:3.9 .0'
200200
201201 kaptAndroidTest project(' :realm-annotations-processor' )
202202 androidTestImplementation fileTree(dir : ' testLibs' , include : [' *.jar' ])
203- androidTestImplementation ' io.reactivex.rxjava2:rxjava:2.1.1 '
203+ androidTestImplementation ' io.reactivex.rxjava2:rxjava:2.1.4 '
204204 androidTestImplementation ' com.android.support.test:runner:1.0.1'
205205 androidTestImplementation ' com.android.support.test:rules:1.0.1'
206206 androidTestImplementation ' com.google.dexmaker:dexmaker:1.2'
You can’t perform that action at this time.
0 commit comments