From abd1cd47a1f0ca1eabf8459fe79d24d258110ca2 Mon Sep 17 00:00:00 2001 From: PankajSharma Date: Sat, 12 Sep 2020 00:25:21 +0530 Subject: [PATCH] Released to 3.4. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1b282a..794543d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ### Setup Include the following dependency in your apps build.gradle file. ``` -implementation 'com.master.android:simpleadapter:3.2' +implementation 'com.master.android:simpleadapter:3.4' ``` # How to use (kotlin)