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')