Rss Parser for Android library To import 'Parse a RSS Feed' lib into your build: Step 1. Add the JitPack repository to your build file allprojects { ..... maven { url ‘https://jitpack.io’ } ..... } Step 2. Add the dependency dependencies { implementation 'com.github.android-robert:rssparser:1.0' ..... } Step 3. Reload Grade Project and Enjoy!