From 3d3f56a16738b62797cdb9e3b8ffc6cdd20a422a Mon Sep 17 00:00:00 2001 From: IndusAryan <125901294+IndusAryan@users.noreply.github.com> Date: Sat, 19 Aug 2023 18:07:39 +0530 Subject: [PATCH] bump subtitle decoder library --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 708a2083..b566a3b1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -240,8 +240,8 @@ dependencies { implementation("androidx.tvprovider:tvprovider:1.0.0") - // used for subtitle decoding https://github.com/albfernandez/juniversalchardet - implementation("com.github.albfernandez:juniversalchardet:2.4.0") + // used for subtitle decoding https://github.com/albfernandez/juniversalchardet/commits/main + implementation("com.github.albfernandez:juniversalchardet:ff74981") // newpipe yt taken from https://github.com/TeamNewPipe/NewPipe/blob/dev/app/build.gradle#L204 // this should be updated frequently to avoid trailer fu*kery