File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ A lite weight SharedPreference library which uses annotation processing to gener
77* Read from JadeSharedPreference using just annotations ` @Read... ` )
88* Listen to value changes in real-time
99
10+ [ ![ 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 )
11+
12+
1013``` kotlin
1114class InecBox @SharedPref(" key" ) constructor(context : Context ) {
1215
@@ -36,7 +39,6 @@ class InecBox @SharedPref("key") constructor(context: Context) {
3639}
3740
3841```
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 )
4042
4143### Configuration
4244##### Step 1: Add it in your root build.gradle at the end of repositories:
You can’t perform that action at this time.
0 commit comments