Is it possible to declare git repository as dependency in android gradle?

后端 未结 5 449
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 19:27

I want to use master version of my lib from mavencentral.

Is it possible to declare git repository as dependency in android gradle?

5条回答
  •  粉色の甜心
    2020-11-30 19:30

    The closest thing I have found is https://github.com/bat-cha/gradle-plugin-git-dependencies but I can't get it to work with the android plugin, keeps trying to pull from maven even after the git repos are loaded.

提交回复
热议问题