Migrate support lib dependencies to AndroidX.#332
Migrate support lib dependencies to AndroidX.#332pwittchen merged 1 commit intopwittchen:RxJava2.xfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## RxJava2.x #332 +/- ##
==========================================
Coverage 83.17% 83.17%
==========================================
Files 11 11
Lines 434 434
Branches 33 33
==========================================
Hits 361 361
Misses 47 47
Partials 26 26
Continue to review full report at Codecov.
|
|
Looks reasonable. Thanks! I'll include this change in the next release. :) |
|
@ychescale9 this update is available in the latest release 3.0.3 |
|
@pwittchen Thanks! That was quick:) |
|
That's the way it should be :). @ychescale9 Just being curious: can you tell me in what app are you using this library or can you send any link here? |
|
@pwittchen Sorry just noticed your comment after 3 months 😂. It was a cryptocurrency app (I've now moved on) with support for syncing blockchain data to the mobile client using ElectrumX servers. ReactiveNetwork was an important piece in our networking stack as we need a stream of Network On / Network Off events for performing health check on our Sync Engine and decides when to retry / re-trigger the next sync etc. I've also used it in other projects and I love it as it fits well within reactive / push-based architectures. ❤️ |
Closes #331
PR migrates support lib to AndroidX:
com.android.support:support-annotations:28.0.0 -> androidx.annotation:annotation:1.0.2com.android.support:appcompat-v7:28.0.0 -> androidx.appcompat:appcompat:1.0.2Note that the library itself only depends on the annotation library, appcompat is used by sample app.
The following have also been updated: