Skip to content

Commit

Permalink
Version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed May 26, 2021
1 parent fe8c724 commit 8fc08fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2021 Alex Vasilkov

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ GestureViews

[![Maven][mvn-img]][mvn-url]
[![Build][build-img]][build-url]
[![Size][size-img]][size-url]

ImageView and FrameLayout with gestures control and position animation.

Expand Down Expand Up @@ -40,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.7.1'
implementation 'com.alexvasilkov:gesture-views:2.8.0'

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

Expand Down Expand Up @@ -68,7 +67,4 @@ Add dependency to your `build.gradle` file:
[build-url]: https://actions-badge.atrox.dev/alexvasilkov/GestureViews/goto?ref=master
[build-img]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Falexvasilkov%2FGestureViews%2Fbadge%3Fref%3Dmaster&style=flat-square

[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.7.1
[size-img]: https://img.shields.io/badge/methods%20%7C%20size-1085%20%7C%20127%20KB-e91e63.svg?style=flat-square

[javadoc-url]: http://javadoc.io/doc/com.alexvasilkov/gesture-views
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.7.1'
ext.version = '2.8.0'
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.7.1'
setupVersion '2.8.0'
setOutputFileName 'gesture-views'

resConfigs 'en'
Expand Down

0 comments on commit 8fc08fa

Please sign in to comment.