diff --git a/app/build.gradle b/app/build.gradle index e9d2a7f5c5..143d8792e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -398,6 +398,7 @@ dependencies { implementation "net.freeutils:jcharset:$jcharset_version" // https://github.com/albfernandez/juniversalchardet + // https://www-archive.mozilla.org/projects/intl/chardet.html // https://mvnrepository.com/artifact/com.github.albfernandez/juniversalchardet implementation "com.github.albfernandez:juniversalchardet:$jchardet_version" }