Skip to content

Commit eb414a1

Browse files
authored
Update README.md
1 parent 3afee73 commit eb414a1

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
# Guru
22

3-
Guru is a handy and powerful library to work with key-value storages in Android
3+
Guru is a handy and powerful library to work with key-value storages in Android <br/><br/><br/>
44
<p align="center">
5-
<img width="500" height="170" src="https://raw.githubusercontent.com/squti/Guru/master/static/guru_logo.png">
5+
<img width="400" height="100" src="https://raw.githubusercontent.com/squti/Guru/master/static/guru_logo.png">
66
</p>
7-
7+
<br/><br/>
88

99
This library is an efficient and super easy way to use Android Shared Preferences without complexity and supports all of it functionalities.
1010

11+
### Download
12+
Step 1. Add it in your root (Project) build.gradle at the end of repositories:
13+
```groovy
14+
allprojects {
15+
repositories {
16+
...
17+
maven { url "https://jitpack.io" }
18+
}
19+
}
20+
```
21+
Step 2. Add the dependency
22+
```groovy
23+
dependencies {
24+
implementation 'com.github.squti:Guru:1.0.1'
25+
}
26+
```
1127

1228
### Usage
1329
There is no need to initialize or config Guru. Just call it methods directly anywhere.

0 commit comments

Comments
 (0)