Skip to content

Commit

Permalink
Included google() repository in gradle build (#157)
Browse files Browse the repository at this point in the history
* docs: added info about necessity of adding google() to gradle repository for version 1.104+

* docs: removed comment

* docs: added central() to build.gradle
  • Loading branch information
sudipidus authored Mar 9, 2020
1 parent 45b3992 commit 686dc67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ If you are using Maven without Bom, Add this to your dependencies.
```
If you are using Gradle, add this to your dependencies
```Groovy
repositories {
google()
central()
//other repositories
}
compile 'com.google.cloud:google-cloud-storage:1.105.0'
```
If you are using SBT, add this to your dependencies
Expand Down

0 comments on commit 686dc67

Please sign in to comment.