Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WrBug committed Jan 20, 2022
2 parents 9afcd46 + 37245fa commit 3434014
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# KV 一款Android端0反射的持久化存储封装
# KV 一款Android端基于注解的0反射的持久化存储封装

[![license](https://img.shields.io/github/license/WrBug/kv.svg?style=flat-square)](https://github.com/WrBug/kv/blob/master/LICENSE)
[![Maven Central](https://img.shields.io/maven-central/v/com.wrbug.kv/kv.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:com.wrbug.kv)
[![](https://img.shields.io/github/last-commit/WrBug/kv.svg?style=flat-square)](https://github.com/WrBug/kv/commits)
[![](https://img.shields.io/travis/WrBug/kv.svg?style=flat-square)](https://travis-ci.org/WrBug/kv)

> 告别需要定义key的烦恼,几行到没轻松接入使用,支持 **sharedpreference** **mmkv** 等持久化方案,支持跨模块调用
> 告别需要定义key的烦恼,几行代码轻松接入使用,支持 **sharedpreference** **mmkv** 等持久化方案,支持跨模块调用
## 快速接入

Expand Down Expand Up @@ -158,4 +157,4 @@ object CustomObjectConverter : ObjectConverter {

//应在初始化完成后设置
KV.setObjectConverter(CustomObjectConverter)
```
```

0 comments on commit 3434014

Please sign in to comment.