From 7e8d7076c0875d2ee4004763b88c3f686f6fe2f7 Mon Sep 17 00:00:00 2001 From: MFlisar Date: Wed, 25 Jan 2017 11:13:56 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c49df23..fdf1812 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,7 @@ TODO: Gif Demo ```groovy dependencies { - // currently this works only, I'm cleaning the code a little bit before making the first release - compile 'com.github.MFlisar:DragSelectRecyclerView:-SNAPSHOT' - // compile 'com.github.MFlisar:DragSelectRecyclerView:1.0' + compile 'com.github.MFlisar:DragSelectRecyclerView:0.1' } ```