From 49ad6debe05525422ce907c18fe9a79e6a440c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Gu=C3=A9gan?= Date: Sat, 9 May 2015 20:41:18 +0000 Subject: [PATCH] Update README.md Update dependency gradle command to fetch latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1679127..84760c2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Usage Grab it from maven: ```groovy - compile 'com.github.tibolte:elasticdownload:1.0.1' + compile 'com.github.tibolte:elasticdownload:1.0.+' ````