From 45a57241ca94ab494d25444b8039d31b7cfe2173 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 13 Feb 2020 16:08:06 -0500 Subject: [PATCH] Add google android repository to Gradle instructions @chingor @stephaniewang526 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3dd06a11..f6db58600 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ To use Gradle, add the following lines to your build.gradle file: ```gradle repositories { mavenCentral() + google() } dependencies { compile 'com.google.api-client:google-api-client:1.30.8'