From 02666265a3440c12a33210172bff84bf766285c0 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Fri, 26 May 2023 23:43:44 +0200 Subject: [PATCH] make R8 happy with mp4parser --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index bc24d307d..b48594695 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -225,8 +225,8 @@ dependencies { // - https://jitpack.io/p/deckerst/mp4parser // - https://jitpack.io/p/deckerst/pixymeta-android implementation 'com.github.deckerst:Android-TiffBitmapFactory:876e53870a' - implementation 'com.github.deckerst.mp4parser:isoparser:b7b853f2e3' - implementation 'com.github.deckerst.mp4parser:muxer:b7b853f2e3' + implementation 'com.github.deckerst.mp4parser:isoparser:4cc0c5d06c' + implementation 'com.github.deckerst.mp4parser:muxer:4cc0c5d06c' implementation 'com.github.deckerst:pixymeta-android:706bd73d6e' // huawei flavor only