Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit 418b09f

Browse files
Update README.md
1 parent 79a9ab1 commit 418b09f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ In addition to all of those, I've disabled the truncating of the text of all the
2020

2121
Import
2222
======
23-
View gradle:
24-
25-
repositories {
26-
maven {
27-
url "https://jitpack.io"
28-
}
29-
}
23+
Via gradle (as shown here: https://jitpack.io/#AndroidDeveloperLB/MaterialPreferenceLibrary/1 ) :
24+
25+
allprojects {
26+
repositories {
27+
jcenter()
28+
maven {
29+
url "https://jitpack.io"
30+
}
31+
}
32+
}
3033

3134
dependencies {
3235
compile 'com.github.AndroidDeveloperLB:MaterialPreferenceLibrary:1'

0 commit comments

Comments
 (0)