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

Commit 79a9ab1

Browse files
Update README.md
1 parent 87b8a7a commit 79a9ab1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ Supported preferences are:
1818

1919
In addition to all of those, I've disabled the truncating of the text of all the supported preferences, so that translated text will still be fully shown. Do try ot make them short though.
2020

21+
Import
22+
======
23+
View gradle:
24+
25+
repositories {
26+
maven {
27+
url "https://jitpack.io"
28+
}
29+
}
30+
31+
dependencies {
32+
compile 'com.github.AndroidDeveloperLB:MaterialPreferenceLibrary:1'
33+
}
34+
2135
Sample
2236
==================================
2337
Just check the code (it has a sample inside), or see how it works on my app, here:

0 commit comments

Comments
 (0)