kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

Upgrade project to the latest and greatest! #121

Closed jmfayard closed 3 years ago

jmfayard commented 4 years ago

Hello @kaushikgopal

I learned RxJava years ago after hearing you describing it with passion on the Fragmented Podcast. Then among other things by hacking on this repository. I recently stumbled upon it again and found everything of it was outdated and was not really even working on the latest AndroidStudio/AndroidX/BuildTools/Gradle/AndroidGradlePlugin/Kotlin/.... It is really sad that keeping up-to-date is so painful with Android. Actually that's exactly why I wrote a Gradle Plugin that makes it easy to extract dependencies and find out what newer versions are available. So I figured I could help you with just that.

For more information see https://github.com/jmfayard/buildSrcVersions/issues/77

My Gradle build-scan after everything is working https://scans.gradle.com/s/yiex2ta3cw5mw

And a screenshot

image

jmfayard commented 4 years ago

Hello! have you had the opportunity to look at the PR?

kaushikgopal commented 3 years ago

hey @jmfayard : i'm so glad you used this repository for your learning (as did i). Sorry i haven't maintained this repo in earnest.

I've been thinking about ideas and things to help keep this up to date with things like coroutines etc. I'm happy to test and merge this PR - if you're still interested.