File tree 1 file changed +19
-3
lines changed
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Guru
2
2
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 />
4
4
<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 " >
6
6
</p >
7
-
7
+ < br />< br />
8
8
9
9
This library is an efficient and super easy way to use Android Shared Preferences without complexity and supports all of it functionalities.
10
10
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
+ ```
11
27
12
28
### Usage
13
29
There is no need to initialize or config Guru. Just call it methods directly anywhere.
You can’t perform that action at this time.
0 commit comments