Skip to content

Commit

Permalink
update to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 committed Sep 13, 2017
1 parent fa39e39 commit e14d346
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


### v1.4.4

* Fix an issue with `adjustResize` not working correctly.

### v1.4.3

* Update support library and Gradle
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To include it in your project, add this to your module's `build.gradle` file:
```groovy
dependencies {
...
compile 'com.klinkerapps:drag-dismiss-activity:1.4.3'
compile 'com.klinkerapps:drag-dismiss-activity:1.4.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MIN_SDK=15
TARGET_SDK=26
COMPILE_SDK=26

VERSION_NAME=1.4.3
VERSION_NAME=1.4.4
VERSION_CODE=1
GROUP=com.klinkerapps

Expand Down

0 comments on commit e14d346

Please sign in to comment.