Well, dependencies, flavors, sourceSets, versions.. All fly around in our build gradle files, right ? Let’s tidy it up a little bit and make ourselves a helper dependency file which’ll make versioning things around the project easier and make our gradle files look tidier by grouping dependencies. Let’s not use…