Skip to content

Commit

Permalink
update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 committed Aug 7, 2018
1 parent 9cb8772 commit 59fed55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
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
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.5.1'
compile 'com.klinkerapps:drag-dismiss-activity:1.6.0'
}
```

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 59fed55

Please sign in to comment.