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
this helps
allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } }
in projects's gradle