I have been trying to switch my project from Intellij to Android Studio, which has required me to create a build.gradle file. I know I can add each of these as a library dep
repositories { jcenter { url "http://jcenter.bintray.com/" }
// mavenCentral() }