Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 395 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 395 Bytes

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.ios-robert:rssparser:1.0'
  .....
}

Step 3. Reload Grade Project and Enjoy!