From f32760a0ca08a5be8ad412de01f52805c083ba69 Mon Sep 17 00:00:00 2001 From: Eldho P James Date: Tue, 19 Jul 2022 08:06:58 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cef7c3f..63e8924 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ allprojects { dependency to your module `build.gradle` file ```gradle dependencies { - implementation 'com.github.Eldhopj:kotlin-extensions:1.1' + implementation 'com.github.Eldhopj:kotlin-extensions:1.2' } ```