2

I am trying to use this Rss reader library in android studio.But the project site does not state any gradle integration link. I searched and followed the link here. However, that link is also not working. Can anyone give me any solution to this?

https://github.com/matshofman/Android-RSS-Reader-Library

Arnab
  • 483
  • 1
  • 6
  • 14

1 Answers1

0

This project is very old, and it doesn't have a gradle support.

However it has only 4 classes without dependencies.
The quickest way to integrate in your project is to clone the 4 classes inside your project.

Gabriele Mariotti
  • 320,139
  • 94
  • 887
  • 841