Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
h6ah4i committed Oct 26, 2015
1 parent bd344ff commit e997b9a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Target platforms
Latest version
---

- Version 0.8.2 (Oct. 17, 2015) ([RELEASE NOTES](./RELEASE-NOTES.md))
- Version 0.8.3 (Oct. 27, 2015) ([RELEASE NOTES](./RELEASE-NOTES.md))

*If you are using support library v23.0.x, please use v0.8.1 instead.*

Expand All @@ -44,7 +44,7 @@ This library is published on jCenter. Just add these lines to `build.gradle`.

```groovy
dependencies {
compile ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.2@aar'){
compile ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.3@aar'){
transitive=true
}
}
Expand Down Expand Up @@ -76,10 +76,10 @@ android {
}
dependencies {
compile ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.2@aar'){
compile ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.3@aar'){
transitive=true
}
aarLinkSources 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.2:sources@jar'
aarLinkSources 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.3:sources@jar'
}
```

Expand Down
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.3
- Fixed issue #131 (Bottom padding of recycler view offsets the dragging item [Drag drop] bug)
- Fixed issue #133 (Wrong item position used when data set changes during swipe bug)
- Fixed issue #136 (Item swipe completes after holder recycled bug)


## 0.8.2
- Updated support library to v23.1.0
- Added notify*Changed methods which has payload parameter
Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId "com.h6ah4i.android.example.advrecyclerview"
minSdkVersion 9
targetSdkVersion 23
versionCode 12
versionName "0.8.2"
versionCode 13
versionName "0.8.3"
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions library/library-data.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# suppress inspection "UnusedProperty" for whole file
# common
VERSION_NAME=0.8.2
VERSION_CODE=12
VERSION_NAME=0.8.3
VERSION_CODE=13

# for maven-publish
POM_GROUP_ID=com.h6ah4i.android.widget.advrecyclerview
Expand Down

0 comments on commit e997b9a

Please sign in to comment.