From 78e8f234c36dc397b03aa5e630ce9f82b2d9a9fe Mon Sep 17 00:00:00 2001 From: starteamx <122129478+starteamx@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:25:59 +0800 Subject: [PATCH] Update build.gradle --- flutter/flutter/android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter/flutter/android/build.gradle b/flutter/flutter/android/build.gradle index 307a136fb..1314c2068 100644 --- a/flutter/flutter/android/build.gradle +++ b/flutter/flutter/android/build.gradle @@ -51,10 +51,10 @@ dependencies { implementation 'androidx.annotation:annotation:1.5.0' //start:ffmpeg-kit-https -// implementation 'com.arthenica:ffmpeg-kit-https:6.0-2' + implementation 'com.arthenica:ffmpeg-kit-https:6.0-2' // FmpegKit has been officially retired.Place dependent libraries locally // The Maven configuration is immutable and currently not required; it’s retained solely as a precaution. - implementation files('./libs/ffmpeg-kit-https-6.0-2.aar') +// implementation files('./libs/ffmpeg-kit-https-6.0-2.aar') //start: smart-exception-java implementation files('./libs/smart-exception-java-0.2.1.jar')