We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bee925 commit 5185d81Copy full SHA for 5185d81
app/build.gradle
@@ -68,6 +68,5 @@ dependencies {
68
implementation deps.recyclerview
69
implementation deps.coroutines
70
71
- implementation "com.github.AnJoiner.FFmpegCommand:ffmpeg:1.3.5"
72
-// implementation project(path: ':ffmpeg-lite')
+ implementation project(path: ':ffmpeg')
73
}
0 commit comments