I want to use master version of my lib from mavencentral.
Is it possible to declare git repository as dependency in android gradle?
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.