Addressing build fail issue due to jcenter mirroring the google repo

This commit is contained in:
Kurian Vithayathil 2018-06-11 07:58:34 -04:00 committed by H. Lehmann
parent 1b6f691fea
commit a0543ff098
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
jcenter()
}
}