From b6b9cbc7c9cc1cf9dfca1ce8c030ecb8a5fc26a1 Mon Sep 17 00:00:00 2001 From: Deniz Veli Date: Thu, 2 Jan 2014 13:18:57 -0500 Subject: [PATCH] 1.0.2 added to CHANGELOG --- CHANGELOG.md | 10 ++++++++-- README.md | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3eafc1..376864e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ Change Log =============================================================================== -Version 1.0.1 (2013-07-31) +Version 1.0.2 (2014-01-02) +---------------------------- + + * Reverted targetSdkVersion for backwards compatibility + +Version 1.0.1 (2013-12-31) ---------------------------- * Added - initial support for OnItemClickListener #14 * Fix - measurement of root with wrap content height #16 + * Fix - high velocity fling bug #11 -Version 1.0.0 (2013-07-28) +Version 1.0.0 (2013-12-28) ---------------------------- * Initial version available via Maven Central \ No newline at end of file diff --git a/README.md b/README.md index 8edea72..d1e01ed 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The simplest way to use AndroidStaggeredGrid is to add the library as a gradle a ``` dependencies { mavenCentral() - compile 'com.etsy.android.grid:library:1.0.1' + compile 'com.etsy.android.grid:library:x.x.x' // see changelog } ``` @@ -41,7 +41,7 @@ The library is currently configured to be built via Gradle only. It has the foll * Android Gradle plugin v0.7.3 - `com.android.tools.build:gradle:0.7.3` * Android Support Library v19 - `com.android.support:support-v4:19.0.+` -Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the read). +Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the reader). Usage =====