Skip to content

Commit

Permalink
Update version to 0.0.5. Update example.gif
Browse files Browse the repository at this point in the history
  • Loading branch information
hluhovskyi committed Mar 15, 2017
1 parent 26e1cf3 commit 20d021d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Button which is visible while user holds it. Main use case is controlling audio
Add library as dependency to your `build.gradle`.

```
compile 'com.dewarder:holdingbutton:0.0.4'
compile 'com.dewarder:holdingbutton:0.0.5'
```

## How to use
Expand Down
Binary file modified _arts/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions holdingbutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

ext {
artifactVersion = '0.0.4'
artifactVersion = '0.0.5'
artifactName = 'holdingbutton'
siteUrl = 'https://github.com/dewarder/HoldingButton'
gitUrl = 'https://github.com/dewarder/HoldingButton.git'
Expand Down Expand Up @@ -110,9 +110,9 @@ bintray {
vcsUrl = gitUrl
version {
name = artifactVersion
desc = 'Add cancel flag in onCollapse callback.'
desc = 'Add icon animation'
released = new Date()
vcsTag = "v$artifactVersion"
vcsTag = "$artifactVersion"
}
}
}
2 changes: 1 addition & 1 deletion holdingbuttonsample/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
app:hbl_cancel_icon="@drawable/ic_close_black_24dp"
app:hbl_holding_view="@+id/start_record"
app:hbl_icon="@drawable/ic_mic_black_24dp"
app:hbl_radius="32dp"
app:hbl_radius="40dp"
app:hbl_second_radius="8dp">

<LinearLayout
Expand Down

0 comments on commit 20d021d

Please sign in to comment.