Skip to content

Commit

Permalink
Version 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Aug 9, 2021
1 parent 3a5b648 commit 56fabbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ easier for developers to integrate it into their apps.

Add dependency to your `build.gradle` file:

implementation 'com.alexvasilkov:gesture-views:2.8.1'
implementation 'com.alexvasilkov:gesture-views:2.8.2'

[Usage wiki](https://github.com/alexvasilkov/GestureViews/wiki/Usage)

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

ext.group = 'com.alexvasilkov'
ext.artifactId = 'gesture-views'
ext.version = '2.8.1'
ext.version = '2.8.2'
ext.name = 'GestureViews'
ext.description = 'ImageView and FrameLayout with gestures control and position animation'
ext.github = 'https://github.com/alexvasilkov/GestureViews'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 23
targetSdkVersion 30

setupVersion '2.8.1'
setupVersion '2.8.2'
setOutputFileName 'gesture-views'

resConfigs 'en'
Expand Down

0 comments on commit 56fabbe

Please sign in to comment.