We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265ac46 commit 03cf629Copy full SHA for 03cf629
1 file changed
README.md
@@ -25,7 +25,7 @@ To tell Gradle where to find the library, make sure `build.gradle` also contains
25
allprojects {
26
repositories {
27
...
28
- maven { url 'https://jitpack.io' }
+ maven { url "https://jitpack.io" }
29
}
30
31
```
0 commit comments