908Inc / stickerpipe-chat-sample

Other
76 stars 29 forks source link

Tried to import as a module in my project and it fails to resolve vc908.stickers:stickerfactory #27

Closed pramodit closed 6 years ago

pramodit commented 6 years ago

Sample project when i run it works fine for me. and i tried importing this project as a module into my project . and then my gradle sync fails with an error such as

'Failed to resolve vc908.stickers:stickerfactory:0.15.1'

which works fine in sample project. Then explored the list of versions available from the url provided

http://maven.stickerpipe.com/artifactory/stickerfactory/vc908/stickers/stickerfactory/

But nothing works for me.

dehimb commented 6 years ago

Hi @pramodit Are you added repository url in you build.gradle file? repositories { maven { url 'http://maven.stickerpipe.com/artifactory/stickerfactory' } }

pramodit commented 6 years ago

@dehimb Yes i did but still no luck

sanketk478 commented 2 years ago

same issue.