From 8fc08fa11a1731ff7528c1ffc63646e9e8666dbf Mon Sep 17 00:00:00 2001 From: Alex Vasilkov Date: Wed, 26 May 2021 17:15:09 +0700 Subject: [PATCH] Version 2.8.0 --- LICENSE.txt | 2 +- README.md | 6 +----- library/build.gradle | 2 +- sample/build.gradle | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d6456956..10b7c1b6 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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. diff --git a/README.md b/README.md index 0842f93d..0b364c0f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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) @@ -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 diff --git a/library/build.gradle b/library/build.gradle index 72a251fa..cd1448fb 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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' diff --git a/sample/build.gradle b/sample/build.gradle index 78ea074b..ddc66646 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -13,7 +13,7 @@ android { minSdkVersion 23 targetSdkVersion 30 - setupVersion '2.7.1' + setupVersion '2.8.0' setOutputFileName 'gesture-views' resConfigs 'en'