From d147e414b9e18657f1a335cb81d92d2a7ec52392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 13:47:11 +0000 Subject: [PATCH] Build(deps): Bump com.github.albfernandez:juniversalchardet Bumps [com.github.albfernandez:juniversalchardet](https://github.com/albfernandez/juniversalchardet) from 2.0.3 to v2.4.0. - [Release notes](https://github.com/albfernandez/juniversalchardet/releases) - [Commits](https://github.com/albfernandez/juniversalchardet/compare/v2.0.3...v2.4.0) --- updated-dependencies: - dependency-name: com.github.albfernandez:juniversalchardet dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b21bd6e142f9..ad23f605dc73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -252,7 +252,7 @@ dependencies { implementation "androidx.work:work-runtime:$workRuntime" implementation "androidx.work:work-runtime-ktx:$workRuntime" implementation "androidx.fragment:fragment-ktx:1.5.5" - implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7 + implementation 'com.github.albfernandez:juniversalchardet:v2.4.0' // need this version for Android <7 compileOnly 'com.google.code.findbugs:annotations:3.0.1u2' implementation 'commons-io:commons-io:2.11.0' implementation 'org.greenrobot:eventbus:3.3.1'