From b45499dcc55eaf52d3b6d82c97f7ca4ebdad64b3 Mon Sep 17 00:00:00 2001 From: Decky Fiyemonda Date: Wed, 2 Aug 2017 13:37:52 +0700 Subject: [PATCH] Update ReadMe --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73670b9..a7a2560 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Android user session stored in sqlite db, this is implementation of * deckyfx/dbhelper * deckyfx/simpleadapter * gson +* greendao Add it in your root build.gradle at the end of repositories: @@ -22,6 +23,7 @@ Add the dependency ```gradle dependencies { compile 'com.google.code.gson:gson:2.8.1' + compile 'org.greenrobot:greendao:3.2.0' compile 'com.github.deckyfx:simpleadapter:0.17@aar' compile 'com.github.deckyfx:dbhelper:0.4' compile 'com.github.deckyfx:dbsession:0.13'