Skip to content

Commit e14d346

Browse files
committed
update to 1.4.4
1 parent fa39e39 commit e14d346

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
### v1.4.4
5+
6+
* Fix an issue with `adjustResize` not working correctly.
7+
48
### v1.4.3
59

610
* Update support library and Gradle

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To include it in your project, add this to your module's `build.gradle` file:
1919
```groovy
2020
dependencies {
2121
...
22-
compile 'com.klinkerapps:drag-dismiss-activity:1.4.3'
22+
compile 'com.klinkerapps:drag-dismiss-activity:1.4.4'
2323
}
2424
```
2525

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MIN_SDK=15
2323
TARGET_SDK=26
2424
COMPILE_SDK=26
2525

26-
VERSION_NAME=1.4.3
26+
VERSION_NAME=1.4.4
2727
VERSION_CODE=1
2828
GROUP=com.klinkerapps
2929

0 commit comments

Comments
 (0)