SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

Gradle dependency not wokring #219

Closed zd-dalibor closed 10 years ago

zd-dalibor commented 10 years ago

When I add dependency to this library in my android project:

compile 'net.simonvt.menudrawer:menudrawer:3.0.5'

I got this error

* What went wrong:
A problem occurred configuring root project '<ProjectName>'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
   > Could not find net.simonvt.menudrawer:menudrawer:3.0.5.
     Required by:
         :<ProjectName>:unspecified
SimonVT commented 10 years ago

This is not an issue with the library. You'll have to ask on some gradle user forum why certain dependencies are not being downloaded from maven central.