Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flutter/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down