Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit b6b9cbc

Browse files
author
Deniz Veli
committed
1.0.2 added to CHANGELOG
1 parent dea053e commit b6b9cbc

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
Change Log
22
===============================================================================
33

4-
Version 1.0.1 (2013-07-31)
4+
Version 1.0.2 (2014-01-02)
5+
----------------------------
6+
7+
* Reverted targetSdkVersion for backwards compatibility
8+
9+
Version 1.0.1 (2013-12-31)
510
----------------------------
611

712
* Added - initial support for OnItemClickListener #14
813
* Fix - measurement of root with wrap content height #16
14+
* Fix - high velocity fling bug #11
915

10-
Version 1.0.0 (2013-07-28)
16+
Version 1.0.0 (2013-12-28)
1117
----------------------------
1218

1319
* Initial version available via Maven Central

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The simplest way to use AndroidStaggeredGrid is to add the library as a gradle a
3030
```
3131
dependencies {
3232
mavenCentral()
33-
compile 'com.etsy.android.grid:library:1.0.1'
33+
compile 'com.etsy.android.grid:library:x.x.x' // see changelog
3434
}
3535
```
3636

@@ -41,7 +41,7 @@ The library is currently configured to be built via Gradle only. It has the foll
4141
* Android Gradle plugin v0.7.3 - `com.android.tools.build:gradle:0.7.3`
4242
* Android Support Library v19 - `com.android.support:support-v4:19.0.+`
4343

44-
Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the read).
44+
Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the reader).
4545

4646
Usage
4747
=====

0 commit comments

Comments
 (0)