From 8fe5f82eec44bdf665428ab533d1abdf8611ee8a Mon Sep 17 00:00:00 2001 From: Deniz M Veli Date: Sat, 24 May 2014 15:17:24 -0400 Subject: [PATCH] Readme cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76c734e..84ec16b 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Alternatively import the `/library` project into your Android Studio project and The library is currently configured to be built via Gradle only. It has the following dependencies: - * Android Gradle plugin v0.7.3 - `com.android.tools.build:gradle:0.9.2` - * Android Support Library v19 - `com.android.support:support-v4:19.1.+` + * Android Gradle plugin v0.9.2 - `com.android.tools.build:gradle:0.9.2` + * Android Support Library v19.1 - `com.android.support:support-v4:19.1.+` Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the reader).