Skip to content

Commit 57a7bb7

Browse files
authored
Add google android repository to Gradle instructions (#1489)
@chingor @stephaniewang526
1 parent 1773472 commit 57a7bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ To use Gradle, add the following lines to your build.gradle file:
4545
```gradle
4646
repositories {
4747
mavenCentral()
48+
google()
4849
}
4950
dependencies {
5051
compile 'com.google.api-client:google-api-client:1.30.8'

0 commit comments

Comments
 (0)