android - How do I host Github repository to Gradle -


i have repository on github, use repository in android studio using: dependencies {compile 'com.google.code.gson: gson: 2+'} gradle. know how this?

i don't know if got question...i understood want compile jar files not local project , hosted in repository. if matter, guess should use custom maven repository, not github one. if problem can give more details on how create custom maven repo.


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

c++ - What is the reason for not being able to deduce array size from initializer-string in member variable? -