I'm android developer, and recently begin to work with Android Studio. Now i need use library RoboSpice (https://github.com/stephanenicolas/robospice). Explain please, how can i organize "build.gradle" file for using with library? What add to dependencies block?
You can try this steps:
:RoboSpice
for examplebuild.gradle
and write. build.gradle
dependencies {
......
compile project(':RoboSpice')
.....
}