Skip to content

Commit

Permalink
1.0.2 added to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz Veli committed Jan 2, 2014
1 parent dea053e commit b6b9cbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand All @@ -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
=====
Expand Down

0 comments on commit b6b9cbc

Please sign in to comment.