bundle kısmına şöyle bir kod eklemeniz gerek sanırım.

allprojects {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
}