diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a095e0..309dc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +### v1.4.4 + +* Fix an issue with `adjustResize` not working correctly. + ### v1.4.3 * Update support library and Gradle diff --git a/README.md b/README.md index 7cd66a0..75807ef 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index 4d10bb4..ba01525 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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