From 543c93008ba80e24c6a8a724337294c9f1d9e28c Mon Sep 17 00:00:00 2001 From: Ferran Pons Date: Tue, 30 Aug 2016 09:13:28 +0200 Subject: [PATCH] Updated Readme for the version 2.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19db1364..c6ea6434 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Include the dependency in your app `build.gradle`: ```groovy dependencies { - compile 'com.schibstedspain.android:leku:2.0.1' + compile 'com.schibstedspain.android:leku:2.1.0' } ```