JonasCz / save-for-offline

Android app for saving webpages for offline reading.
GNU General Public License v2.0
139 stars 45 forks source link

Manage jsoup dependency via gradle and not via jar files. #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

In your case you should remove the jar and add..

compile "org.jsoup:jsoup:1.8.1"

.. to the depdencies section of your build.gradle file.

JonasCz commented 9 years ago

Will fix it soon.

JonasCz commented 9 years ago

Fixed. Thanks.