I know that you can import Github libraries in android studios using Gradle:
compile 'com.github.someone.something:xxx-yyy:+'
What is that part: xxx-yyy:+ ? How do I build the project so that it can be imported with the previous line?
So far if I just upload a library and import it without that last xxx-yyy:+, I get an error that it is an invalid description. If I write a version then I get an error saying that it can't be found