Skip to content

Commit

Permalink
Merge pull request #464 from chobitsfan/patch-2
Browse files Browse the repository at this point in the history
update adding repository
  • Loading branch information
kai-morich authored Jan 12, 2023
2 parents 5bb8db0 + e3085ea commit 6ffb666
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ allprojects {
}
}
```

Starting with gradle 6.8 you can alternatively add jitpack.io repository to your settings.gradle:
```gradle
dependencyResolutionManagement {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

Add library to dependencies
```gradle
dependencies {
Expand Down

0 comments on commit 6ffb666

Please sign in to comment.