Skip to content

Commit c5fc2cf

Browse files
committed
Remove jitpack installation instructions from README
1 parent 3bc36f1 commit c5fc2cf

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,9 @@ Assert results
8686

8787
## Installation <img src="https://i.imgur.com/iV36acM.png" width="23">
8888

89-
Add jitpack to the repositories in your root `build.gradle` file:
89+
The package is available on mavenCentral and jitpack.
9090

91-
```Groovy
92-
allprojects {
93-
repositories {
94-
// ...
95-
maven { url 'https://jitpack.io' } // add this
96-
}
97-
}
98-
```
99-
100-
Add dependency to your module `build.gradle` file:
91+
Add dependency to your module's `build.gradle` file:
10192

10293
```Groovy
10394
dependencies {

0 commit comments

Comments
 (0)