diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-13 22:06:04 +0000 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-13 22:06:04 +0000 |
commit | d895acb9109dbbc4e63b6334976f756784e21e9c (patch) | |
tree | bf07ece349407623f51b2de33a406919e0854304 /README.md | |
parent | 9c960dd90600c416f966fc2cfe17dd0abb086e11 (diff) | |
download | wiimmfi-watcher-d895acb9109dbbc4e63b6334976f756784e21e9c.tar wiimmfi-watcher-d895acb9109dbbc4e63b6334976f756784e21e9c.tar.gz wiimmfi-watcher-d895acb9109dbbc4e63b6334976f756784e21e9c.tar.bz2 |
added jsoup thank you
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,3 +25,7 @@ This is officially my first project and Google Play app that I'm maintaining, so ## Bugs If you found any bugs in the `master` branch (i. e. the most recent Google Play release), **PLEASE READ MY [TODO LIST](https://github.com/brysonsteck/wiimmfi-watcher/blob/dev/TODO.md) FIRST** to make sure that the bug you found isn't something I'm already aware of. Once you have made sure of that, you can then create an issue or fill out this [Google Form](https://docs.google.com/forms/d/e/1FAIpQLSd6qCONAP2tsbHPgzu_CdZcHVHL5nx7q0XFqrVfExEc84kqUQ/viewform). + +## Software + +Wiimmfi Watcher is made possible using the Jsoup HTML parser, version 1.13.1. You can visit their website [here.](jsoup.org) |