From 09914565f88427147dc5ec567def3d3582d801f3 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 27 Apr 2016 02:44:56 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4be04c..9c1d4a5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project goal is to create activity fragment and views, with less code to be more efficient on the view models -# Version : 0.4.0 +# Version : 0.4.2K # Goal I used DataBinding for a few weeks since Google allows us to use it. @@ -15,7 +15,7 @@ So I make this library to avoid boilerplate, and you will be able to focus on yo Very useful lib I use : -https://github.com.evant.binding-collection-adapter/ +https://github.com/evant/binding-collection-adapter/ It handles the databinding inside the recyclerview => No adapter to write :)