Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 441 Bytes

MangaLibrary

Application screenshot

Compilation

You need MangaScraper in your local maven repo to compile MangaLibrary.

To do so, you can just clone the repo and install it:

git clone https://github.com/bendem/MangaScraper
cd MangaScraper
gradle build install

Once this is done, you can compile MangaLibrary using

gradle build