From ec3153a6d9945cbc3403f64c9014c7fcf20400be Mon Sep 17 00:00:00 2001 From: Callmepeanut Date: Mon, 25 Jan 2016 15:48:50 +0800 Subject: [PATCH] Update README.md Update version to 2.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e9a28f..a2d9f15 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ repositories { } dependencies { - compile 'com.nononsenseapps:filepicker:2.4.2' + compile 'com.nononsenseapps:filepicker:2.5.0' } ```