Skip to content

Commit 686dc67

Browse files
authored
Included google() repository in gradle build (#157)
* docs: added info about necessity of adding google() to gradle repository for version 1.104+ * docs: removed comment * docs: added central() to build.gradle
1 parent 45b3992 commit 686dc67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ If you are using Maven without Bom, Add this to your dependencies.
4242
```
4343
If you are using Gradle, add this to your dependencies
4444
```Groovy
45+
repositories {
46+
google()
47+
central()
48+
//other repositories
49+
}
50+
4551
compile 'com.google.cloud:google-cloud-storage:1.105.0'
4652
```
4753
If you are using SBT, add this to your dependencies

0 commit comments

Comments
 (0)