Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mazouri committed Jun 23, 2020
2 parents 907e91a + 5f126ff commit 5601a45
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# kvcache
[![](https://jitpack.io/v/mazouri/kvcache.svg)](https://jitpack.io/#mazouri/kvcache)

## About kvcache
This library is a tool to help you set and get key-vlue data with better way in Andrtoid development. From now, change your sharedpreference code and other key-value code to `kvcache`, and coding the beautiful code.

## How to use

Step 1. Add it in your root build.gradle at the end of repositories:

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency

dependencies {
implementation 'com.github.mazouri:kvcache:1.0'
}

## How does `kvcache` works

0 comments on commit 5601a45

Please sign in to comment.