player/android: add the google repository for all projects

Allows building from the command line
This commit is contained in:
Matthew Waters 2019-03-24 20:15:06 +11:00
parent 9c50d0e6ae
commit 75122bd55b

View file

@ -15,6 +15,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
}