We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc36f1 commit c5fc2cfCopy full SHA for c5fc2cf
README.md
@@ -86,18 +86,9 @@ Assert results
86
87
## Installation <img src="https://i.imgur.com/iV36acM.png" width="23">
88
89
-Add jitpack to the repositories in your root `build.gradle` file:
+The package is available on mavenCentral and jitpack.
90
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:
+Add dependency to your module's `build.gradle` file:
101
102
```Groovy
103
dependencies {
0 commit comments