From c2b09ded1f9c199b15bf115a4097d3c719eddc6b Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Fri, 21 Feb 2014 21:59:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 961453df..28c1a00e 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ Ion.with(getContext()) ##### Gradle ```groovy dependencies { - compile 'com.koushikdutta.ion:ion:1.2.1' + compile 'com.koushikdutta.ion:ion:1.2.4' } ````