From e9947b0a10a45db7ec443aeaec1f4687a8d4b69c Mon Sep 17 00:00:00 2001 From: Mohamed Elrasheid Date: Tue, 11 Sep 2018 23:21:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27b715f..2f8563b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Converts a simple html page into A `RecyclerView` of native android widgets powe ## Add it to your project ```groovy dependencies { - implementation 'com.github.m7mdra:HtmlRecycler:0.1.1' + implementation 'com.github.m7mdra:HtmlRecycler:0.1.11' } ```