diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d4a9a8 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# 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 +```groovy +allprojects { + +..... + + maven { url ‘https://jitpack.io’ } + +..... + +} +``` +# Step 2. Add the dependency + +``` groovy +dependencies { + implementation 'com.github.android-robert:rssparser:1.0' + ..... +} +``` + +# Step 3. Reload Grade Project and Enjoy!