Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
Fix jitpack.io maven link (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockia authored and sibelius committed Sep 23, 2019
1 parent 204da4f commit 0026b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ android {
```gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
maven { url "https://www.jitpack.io" }
maven { url "https://maven.google.com" }
}
}
Expand Down

0 comments on commit 0026b46

Please sign in to comment.