Skip to content

Commit 4207c20

Browse files
sudipidusSudip Bhandari
authored andcommitted
docs: added info about necessity of adding google() to gradle repository for version 1.104+
1 parent 84dfab9 commit 4207c20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ 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() //this is required from version 1.104 onwards
47+
//other repositories
48+
}
49+
4550
compile 'com.google.cloud:google-cloud-storage:1.105.0'
4651
```
4752
If you are using SBT, add this to your dependencies

0 commit comments

Comments
 (0)