From 10e7a3b35be8ea675bc13554d71834a769d3e2a2 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 28 Dec 2019 14:11:18 -0500 Subject: [PATCH] Update JSoup (#2400) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 05b5b64916..0589e8bae5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -153,7 +153,7 @@ dependencies { implementation 'com.github.inorichi:unifile:e9ee588' // HTML parser - implementation 'org.jsoup:jsoup:1.10.2' + implementation 'org.jsoup:jsoup:1.12.1' // Job scheduling implementation 'com.evernote:android-job:1.2.5'