We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1729a31 commit 471020aCopy full SHA for 471020a
README.md
@@ -21,7 +21,7 @@ It allows you to save any type or list in the sharedpreferences and retrieve it
21
Add the dependency in your app build.gradle
22
```gradle
23
dependencies {
24
- implementation 'com.github.yehiahd:FastSave-Android:1.0.3'
+ implementation 'com.github.yehiahd:FastSave-Android:1.0.4'
25
}
26
```
27
@@ -43,7 +43,7 @@ It allows you to save any type or list in the sharedpreferences and retrieve it
43
<dependency>
44
<groupId>com.github.yehiahd</groupId>
45
<artifactId>FastSave-Android</artifactId>
46
- <version>1.0.3</version>
+ <version>1.0.4</version>
47
</dependency>
48
49
0 commit comments