Gradle Dependency Versions

I’d like to take a moment to describe how to organize Gradle dependency versions in a separate file.  This doesn’t mean this is the only way to do it, of course: it’s just one approach that’s worked well for me. Step 1: Create a dependencies.gradle file I usually create this file and add it to Read More …