android - Failed to resolve Dependency -
i trying add following dependency
compile 'com.github.hugomatilla:audioplayerview:v1.0.1'
but getting following error
error:(28, 13) failed resolve: com.github.hugomatilla:audioplayerview:v1.0.1 show in file
show in project structure dialog
https://github.com/hugomatilla/audioplayerview
can 1 me how fix that
allprojects { repositories { ... maven { url "https://jitpack.io" } } }
edit:
above code goes in build.gradle (project: whatevername)
compile:'whatever'
above code goes in build.gradle (module:app)
Comments
Post a Comment