-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
### v1.6.0 | ||
|
||
* Use Android Jetpack dependencies | ||
|
||
### v1.5.1 | ||
|
||
* Smooth out the drag dismiss animation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,21 +21,21 @@ MIN_SDK=15 | |
TARGET_SDK=28 | ||
COMPILE_SDK=28 | ||
|
||
VERSION_NAME=1.5.2 | ||
VERSION_NAME=1.6.0 | ||
VERSION_CODE=1 | ||
GROUP=com.klinkerapps | ||
|
||
POM_DESCRIPTION=Android elastic swipe to dismiss activity | ||
POM_URL=https://github.com/klinker24/Android-ElasticDragDismissActivity | ||
POM_SCM_URL=https://github.com/klinker24/Android-ElasticDragDismissActivity | ||
POM_SCM_CONNECTION=scm:[email protected]:klinker24/Android-ElasticDragDismissActivity.git | ||
POM_SCM_DEV_CONNECTION=[email protected]:klinker24/Android-ElasticDragDismissActivity.git | ||
POM_URL=https://github.com/klinker24/Android-DragDismissActivity | ||
POM_SCM_URL=https://github.com/klinker24/Android-DragDismissActivity | ||
POM_SCM_CONNECTION=scm:[email protected]:klinker24/Android-DragDismissActivity.git | ||
POM_SCM_DEV_CONNECTION=[email protected]:klinker24/Android-DragDismissActivity.git | ||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=klinker24 | ||
POM_DEVELOPER_NAME=Luke Klinker | ||
|
||
POM_NAME=Android Elastic Drag Dismiss Activity | ||
POM_NAME=Android Drag Dismiss Activity | ||
POM_ARTIFACT_ID=drag-dismiss-activity | ||
POM_PACKAGING=aar |