Skip to content

Commit

Permalink
docs: add details about necessity of Jitpack repository
Browse files Browse the repository at this point in the history
Related to #81
  • Loading branch information
wzieba authored and maxme committed Mar 27, 2024
1 parent c446d97 commit 15a0a53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,19 @@ repositories {
maven {
url "https://a8c-libs.s3.amazonaws.com/android"
}
// Jitpack is used to fetch the uCrop library. Required only for gravatar-ui module.
maven {
url "https://jitpack.io"
content {
includeModule("com.github.yalantis", "ucrop")
}
}
}
dependencies {
implementation ("com.gravatar:gravatar:<version>")
// OR
implementation ("com.gravatar:gravatar-ui:<version>")
}
```

Expand Down

0 comments on commit 15a0a53

Please sign in to comment.