a914-gowtham / android-video-trimmer

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

Failed to resolve: com.github.a914-gowtham:Android-video-trimmer:1.3.0 #6

Closed Akhil111993 closed 4 years ago

Akhil111993 commented 4 years ago

I am getting Failed to resolve: com.github.a914-gowtham:Android-video-trimmer:1.3.0 error when trying to use it in gradle

a914-gowtham commented 4 years ago

Have you added this line in your project's root build.gradle file: allprojects { repositories { maven { url 'https://jitpack.io' } } } if you still get this error go to File>Invalidate Caches/Restart