1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-23 16:25:30 +00:00

Added remark

This commit is contained in:
M66B 2020-10-10 15:55:42 +02:00
parent 277db06c27
commit 1dd8bcc02b

View file

@ -398,6 +398,7 @@ dependencies {
implementation "net.freeutils:jcharset:$jcharset_version" implementation "net.freeutils:jcharset:$jcharset_version"
// https://github.com/albfernandez/juniversalchardet // https://github.com/albfernandez/juniversalchardet
// https://www-archive.mozilla.org/projects/intl/chardet.html
// https://mvnrepository.com/artifact/com.github.albfernandez/juniversalchardet // https://mvnrepository.com/artifact/com.github.albfernandez/juniversalchardet
implementation "com.github.albfernandez:juniversalchardet:$jchardet_version" implementation "com.github.albfernandez:juniversalchardet:$jchardet_version"
} }