From e3aa7329ba2664d32ad6f47c49f0bbcca8dbf583 Mon Sep 17 00:00:00 2001 From: Jamal Mulla Date: Thu, 27 Oct 2022 18:57:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4e8aa..d42b146 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ allprojects { and in your module `build.gradle` file add the dependencies ``` groovy -implementation "com.github.JamalMulla:ComposePrefs:" // Current is 1.0.5 +implementation "com.github.JamalMulla:ComposePrefs:" // Current is 1.0.6 implementation "androidx.datastore:datastore-preferences:1.0.0" ```