Skip to content

Commit 136d2af

Browse files
committed
Updated README
1 parent 7864e71 commit 136d2af

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![](https://jitpack.io/v/JamalMulla/ComposePrefs.svg)](https://jitpack.io/#JamalMulla/ComposePrefs)
1+
[![](https://jitpack.io/v/JamalMulla/ComposePrefs3.svg)](https://jitpack.io/#JamalMulla/ComposePrefs3)
22

3-
# ComposePrefs
3+
# ComposePrefs3
44

5-
ComposePrefs is a preferences library for Jetpack Compose which makes it easy to implement
5+
ComposePrefs3 is a preferences library for Jetpack Compose which makes it easy to implement
66
preferences/settings in your Compose Android app. Preferences are created and positioned using an
7-
intuitive and easy to use API which follows a similar design to the existing Material Composables.
8-
Currently, the library uses the Composables available from M2 as M3 is not quite stable enough to
9-
use. ComposePrefs
7+
intuitive and easy to use API which follows a similar design to the existing Material3 Composables.
8+
This is the M3 version of ComposePrefs. The M2 version can be found [here](https://github.com/JamalMulla/ComposePrefs/)
9+
ComposePrefs3
1010
uses [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) to store the
1111
actual preference data.
1212

@@ -217,7 +217,7 @@ maven { url "https://jitpack.io" }
217217
and in your module `build.gradle` file add the dependencies
218218

219219
``` groovy
220-
implementation "com.github.JamalMulla:ComposePrefs:<version>" // Current is 1.0.2
220+
implementation "com.github.JamalMulla:ComposePrefs3:<version>" // Current is 1.0.0
221221
implementation "androidx.datastore:datastore-preferences:1.0.0"
222222
```
223223

0 commit comments

Comments
 (0)