Skip to content

Commit 4927774

Browse files
committed
Added read all annotation
1 parent 3b10f9f commit 4927774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ allprojects {
5050
##### Step 2: Add the dependency
5151
```groovy
5252
dependencies {
53-
implementation 'com.github.devmike01.JadeSharedPreference:binder:1.2.15'
54-
kapt 'com.github.devmike01.JadeSharedPreference:compiler:1.2.15'
53+
implementation 'com.github.devmike01.JadeSharedPreference:binder:1.2.16'
54+
kapt 'com.github.devmike01.JadeSharedPreference:compiler:1.2.16'
5555
}
5656
```
5757
> Note: Add `apply plugin: 'kotlin-kapt'` - if you don't already have it, to your app `build.gradle` to allow the the processor generates the necessary codes.

0 commit comments

Comments
 (0)