add google() repository to allprojects

This commit is contained in:
Adrian Malacoda 2018-06-24 02:07:25 -05:00
parent e45665ece1
commit 2c55929f9f

View File

@ -35,5 +35,6 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
jcenter() jcenter()
google()
} }
} }