a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
371 stars 117 forks source link

TrimVideo class is not found #80

Open pmnprt opened 2 years ago

SLT-DJH commented 2 years ago

Check if you added

maven { url 'https://jitpack.io' } in settings.gradle, not only build.gradle.

I just solved this problem by doing this.