Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
developersancho committed May 12, 2021
1 parent af3fe59 commit d58c38d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ allprojects {
* Read and Write key-value
````kotlin
dependencies {
implementation("com.github.developersancho.prefstore:prefstore:1.0.0-beta01")
implementation("com.github.developersancho.prefstore:prefstore:1.0.0")
}
````
* Read and Write key-value, Support `Moshi Serialize-Deserialize`
````kotlin
dependencies {
implementation("com.github.developersancho.prefstore:prefstore-moshi:1.0.0-beta01")
implementation("com.github.developersancho.prefstore:prefstore-moshi:1.0.0")
}
````
* Read and Write key-value, Support `Gson Serialize-Deserialize`
````kotlin
dependencies {
implementation("com.github.developersancho.prefstore:prefstore-gson:1.0.0-beta01")
implementation("com.github.developersancho.prefstore:prefstore-gson:1.0.0")
}
````
* Read and Write key-value, Support `Both of Moshi-Gson Serialize-Deserialize`
````kotlin
dependencies {
implementation("com.github.developersancho.prefstore:prefstore-core:1.0.0-beta01")
implementation("com.github.developersancho.prefstore:prefstore-core:1.0.0")
}
````
# 💻 Usage
Expand Down

0 comments on commit d58c38d

Please sign in to comment.