From b794ff47ef223188db6910a86967d92c7979eaf9 Mon Sep 17 00:00:00 2001 From: Koen J Date: Thu, 22 May 2025 09:34:32 +0200 Subject: [PATCH] Added dependency. --- .gitattributes | 1 + aar/ffmpeg-kit-full-6.0-2.LTS.aar | 3 +++ app/build.gradle | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitattributes create mode 100644 aar/ffmpeg-kit-full-6.0-2.LTS.aar diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..525c662a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +aar/* filter=lfs diff=lfs merge=lfs -text diff --git a/aar/ffmpeg-kit-full-6.0-2.LTS.aar b/aar/ffmpeg-kit-full-6.0-2.LTS.aar new file mode 100644 index 00000000..27b62b35 --- /dev/null +++ b/aar/ffmpeg-kit-full-6.0-2.LTS.aar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea10d3c5562c9f449a4e89e9c3dfcf881ed79a952f3409bc005bcc62c2cf4b81 +size 65512557 diff --git a/app/build.gradle b/app/build.gradle index 8d55d000..88cd4558 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -197,7 +197,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.15.3' implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'com.arthenica:ffmpeg-kit-full:6.0-2.LTS' + implementation fileTree(dir: 'aar', include: ['*.aar']) implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.0' implementation 'com.github.dhaval2404:imagepicker:2.1' implementation 'com.google.zxing:core:3.4.1'