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
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.
When I add dependency to this library in my android project:
I got this error