From 75122bd55babfa9e1bdb7466c7e7b8e38a90a85e Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 24 Mar 2019 20:15:06 +1100 Subject: [PATCH] player/android: add the google repository for all projects Allows building from the command line --- playback/player/android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/playback/player/android/build.gradle b/playback/player/android/build.gradle index 268076aa6d..9851644db6 100644 --- a/playback/player/android/build.gradle +++ b/playback/player/android/build.gradle @@ -15,6 +15,7 @@ buildscript { allprojects { repositories { + google() jcenter() } }