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

Commit cf64ee3

Browse files
Update README.md
1 parent 9ed912b commit cf64ee3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In addition to all of those, I've disabled the truncating of the text of all the
1919

2020
Import
2121
======
22-
Via gradle (as shown here: https://jitpack.io/#AndroidDeveloperLB/MaterialPreferenceLibrary/7 ) :
22+
Via gradle :
2323

2424
allprojects {
2525
repositories {
@@ -31,8 +31,12 @@ Via gradle (as shown here: https://jitpack.io/#AndroidDeveloperLB/MaterialPrefer
3131
}
3232

3333
dependencies {
34-
compile 'com.github.AndroidDeveloperLB:MaterialPreferenceLibrary:7'
34+
compile 'com.github.AndroidDeveloperLB:MaterialPreferenceLibrary:###'
3535
}
36+
37+
Where "###" is the number as shown here: https://jitpack.io/#AndroidDeveloperLB/MaterialPreferenceLibrary/ ).
38+
39+
3640

3741
Sample
3842
==================================

0 commit comments

Comments
 (0)