From 08ca5478c622aab62f7d58f260d68651169e3b66 Mon Sep 17 00:00:00 2001 From: Megh Lath <98312779+cp-megh-l@users.noreply.github.com> Date: Tue, 28 May 2024 12:25:46 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 820387e..9b0d46f 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ It comes with built-in support for drag-and-drop functionality, making it a vers ## How to add in your project -Add the dependency +Add the dependency ([Lastest-Version](https://github.com/canopas/compose-recyclerview/releases/latest)) ```gradle - implementation 'com.canopas:compose_recyclerview:1.0.3' + implementation 'com.canopas:compose_recyclerview:' ```