adrielcafe / AndroidAudioConverter

Convert audio files inside your Android app easily. Supported formats: AAC, MP3, M4A, WMA, WAV and FLAC.
1.33k stars 254 forks source link

Dependency is not resolved #50

Open DeepakGrover opened 2 years ago

DeepakGrover commented 2 years ago

Here are the logs

Could not find com.github.adrielcafe:ffmpeg-android-java:2a627f6ecd. Required by: project :app > com.github.adrielcafe:AndroidAudioConverter:0.0.8

     Suggestion tried :

     1: Added dependency at the app module level and maven URL 'https://jitpack.io'   at the module level.
     2: Added dependency at the app module level and maven URL 'https://jitpack.io'   at the app level.

     Nothing works. 

     Any suggestion how to fix it?
KauthamMurugan commented 1 year ago

Is there a fix for this?