Skip to content

Commit

Permalink
Add the Google's maven repo to get the support-annotations library (#…
Browse files Browse the repository at this point in the history
…2351)

If not, Gradle doesn't succeed. And that doesn't help copypasting (the common way to get Glide :·)

Progress toward #2347
  • Loading branch information
rocboronat authored and sjudd committed Sep 7, 2017
1 parent 35c28c2 commit 3bf2d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Or use Gradle:
```gradle
repositories {
mavenCentral() // jcenter() works as well because it pulls from Maven Central
maven { url 'https://maven.google.com' }
}
dependencies {
Expand Down

0 comments on commit 3bf2d36

Please sign in to comment.