From 18aec34c0e114b0d4c71076206fabc57a7d7809f Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 27 May 2025 14:05:51 -0500 Subject: [PATCH] add smart exception dependency for usage by local ffmpegkit dependency Changelog: added --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 88cd4558..fcbd422c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -198,6 +198,7 @@ dependencies { implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation fileTree(dir: 'aar', include: ['*.aar']) + implementation 'com.arthenica:smart-exception-java:0.2.1' implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.0' implementation 'com.github.dhaval2404:imagepicker:2.1' implementation 'com.google.zxing:core:3.4.1'