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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -