I have been using BaseGameUtils library as another module in my project. Since gradle's introduced it is very easy to add third-party libraries to the project using the dependency management system .
I would like to add BaseGameUtils as a gradle dependency from any official repositories. This will make importing easy and i don't have to worry about the changes they make to this official library. Otherwise how do we know if a major change has done to this project ?
Thanks in advance.