ReactiveBurgers
ReactiveBurgers copied to clipboard
Updated to AndroidX and Latest Gradle Build Tools
Updated gradle to 7.2. Updated gradle build tools to 7.1.2 Added Google repo to the build
Updated project to just Androidx(Using migration tool)
Then updated all of the needed gradle files. So that this Application would run in modern Android Studio build.
Removed RetroLambda because it is no longer needed.
Added .idea/** to the gitignore.
I found your Medium Article in my RX research but when I pulled this project I found that it was a bit dated and had to make some changes to get it to run with a install of Android Studio. Hope it helps. Thanks for you awesome tutorial.