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.