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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -