Skip to content

Commit

Permalink
Merge pull request #33 from AAkira/v1.4.1
Browse files Browse the repository at this point in the history
V1.4.1
  • Loading branch information
AAkira committed Dec 8, 2015
2 parents fed3ca5 + 13c4495 commit c14433c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ buildscript {
}
dependencies {
compile 'com.github.aakira:expandable-layout:1.4.0@aar'
compile 'com.github.aakira:expandable-layout:1.4.1@aar'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ COMPILE_SDK_VERSION=23
BUILD_TOOLS_VERSION=22.0.1
MIN_SDK_VERSION=11
TARGET_SDK_VERSION=23
VERSION_CODE=5
VERSION_NAME=1.4.0
VERSION_CODE=6
VERSION_NAME=1.4.1

SUPPORT_APP_COMPAT_VERSION=23.0.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
}
childPositionList.add(sumSize + childSize + childMargin);
}
layoutSize = getCurrentPosition();
layoutSize = childPositionList.get(childPositionList.size() - 1);

if (0 < layoutSize) {
isCalculatedSize = true;
Expand Down

0 comments on commit c14433c

Please sign in to comment.