Skip to content

Commit f7df43e

Browse files
committed
Added CI build badge
1 parent 9b58ccc commit f7df43e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class InecBox @SharedPref("key") constructor(context: Context) {
3636
}
3737

3838
```
39+
[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-JadeSharedPreference-green.svg?style=flat )]( https://android-arsenal.com/details/1/7504 ) [![CircleCI](https://circleci.com/gh/devmike01/JadeSharedPreference/tree/master.svg?style=svg)](https://circleci.com/gh/devmike01/JadeSharedPreference/tree/master)
3940

4041
### Configuration
4142
##### Step 1: Add it in your root build.gradle at the end of repositories:
@@ -47,6 +48,7 @@ allprojects {
4748
}
4849
}
4950
```
51+
5052
##### Step 2: Add the dependency
5153
```groovy
5254
dependencies {

0 commit comments

Comments
 (0)