Skip to content

Commit be3130e

Browse files
committed
Release 1.0.5 - Ready for Maven
1 parent 7d45039 commit be3130e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change Log
22
===============================================================================
33

4+
Version 1.0.5 (2014-04-24)
5+
----------------------------
6+
7+
* Fixed OnScrollListener issue after updating contents #100
8+
* Fixed LayoutParams casting issue when recycling state #102
9+
* Fixed the onClick item id #86
10+
* Fixed bug that the default case on Touch event #67
11+
* Fixed for "NPE onSizeChanged" #41 PR #91
12+
* Added guard against issue #45
13+
* Fixed setAdapter bug #86 #85
14+
* Using newest build tools and libraries - #78 #96
15+
416
Version 1.0.4 (2014-02-22)
517
----------------------------
618

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Alternatively import the `/library` project into your Android Studio project and
4141

4242
The library is currently configured to be built via Gradle only. It has the following dependencies:
4343

44-
* Android Gradle plugin v0.7.3 - `com.android.tools.build:gradle:0.7.3`
45-
* Android Support Library v19 - `com.android.support:support-v4:19.0.+`
44+
* Android Gradle plugin v0.7.3 - `com.android.tools.build:gradle:0.9.2`
45+
* Android Support Library v19 - `com.android.support:support-v4:19.1.+`
4646

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.0.4
1+
VERSION_NAME=1.0.5
22
VERSION_CODE=1
33
GROUP=com.etsy.android.grid
44

0 commit comments

Comments
 (0)