From e6af8c4494fd6fe033f8e405979885d7fec062ed Mon Sep 17 00:00:00 2001 From: "Robert.Hoang" Date: Wed, 25 Sep 2024 11:10:34 +0700 Subject: [PATCH 1/5] Create README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf12074 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# rssparser +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.ios-robert:rssparser:1.0' + ..... +} +``` +#Step 3. Reload Grade Project and Enjoy! From 76df63536b344920101fc9a8289abbb4602f8b30 Mon Sep 17 00:00:00 2001 From: "Robert.Hoang" Date: Wed, 25 Sep 2024 11:16:56 +0700 Subject: [PATCH 2/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf12074..a3a70dd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ allprojects { ..... } - +``` #Step 2. Add the dependency ``` groovy @@ -21,4 +21,5 @@ dependencies { ..... } ``` + #Step 3. Reload Grade Project and Enjoy! From d37b1db20c1588b81683ab6f8fa387a66d8acafc Mon Sep 17 00:00:00 2001 From: "Robert.Hoang" Date: Wed, 25 Sep 2024 11:17:30 +0700 Subject: [PATCH 3/5] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3a70dd..a8bf7ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rssparser To import 'Parse a RSS Feed' lib into your build: -#Step 1. Add the JitPack repository to your build file +# Step 1. Add the JitPack repository to your build file ```groovy allprojects { @@ -13,7 +13,7 @@ allprojects { } ``` -#Step 2. Add the dependency +# Step 2. Add the dependency ``` groovy dependencies { @@ -22,4 +22,4 @@ dependencies { } ``` -#Step 3. Reload Grade Project and Enjoy! +# Step 3. Reload Grade Project and Enjoy! From 319f09c75b46222d276120ad6ce61cbb04e7d1c8 Mon Sep 17 00:00:00 2001 From: "Robert.Hoang" Date: Wed, 25 Sep 2024 11:18:44 +0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8bf7ef..df56bbc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rssparser +# 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 From 7833d558d07e2d65ad949b0fa6ad899c406e77bd Mon Sep 17 00:00:00 2001 From: "Robert.Hoang" Date: Thu, 10 Oct 2024 10:27:10 +0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df56bbc..7d4a9a8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ allprojects { ``` groovy dependencies { - implementation 'com.github.ios-robert:rssparser:1.0' + implementation 'com.github.android-robert:rssparser:1.0' ..... } ```