DEV Community

Discussion on: Develop & Publish your own SDK in Android - Part 3(Create gradle dependency)

Collapse
 
pranishres profile image
Pranish Shrestha

This is the best tutorial on bintray library I have seen so far. Could you please help me with 1 thing. I have included my repository url in my build.gradle file when I build my project, I get error "Failed to resolve: com.ekbana.myfirstlibrary:preference:0.0.1" which basically means it didn't find the remote repository, but it is still there "dl.bintray.com/testpranish/TestPra..."

Collapse
 
mohitrajput987 profile image
Mohit Rajput

Can you send your gradle file here