Skip to content

Commit

Permalink
Version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Nov 24, 2020
1 parent 992a418 commit 1546e56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ easier for developers to integrate it into their apps.

Add dependency to your `build.gradle` file:

implementation 'com.alexvasilkov:gesture-views:2.6.0'
implementation 'com.alexvasilkov:gesture-views:2.7.0'

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

Expand Down Expand Up @@ -68,7 +68,7 @@ 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.6.0
[size-img]: https://img.shields.io/badge/methods%20%7C%20size-1130%20%7C%20134%20KB-e91e63.svg?style=flat-square
[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.7.0
[size-img]: https://img.shields.io/badge/methods%20%7C%20size-1081%20%7C%20126%20KB-e91e63.svg?style=flat-square

[javadoc-url]: http://javadoc.io/doc/com.alexvasilkov/gesture-views
6 changes: 3 additions & 3 deletions 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.6.0'
ext.version = '2.7.0'
ext.name = 'GestureViews'
ext.description = 'ImageView and FrameLayout with gestures control and position animation'
ext.github = 'https://github.com/alexvasilkov/GestureViews'
Expand All @@ -26,10 +26,10 @@ dependencies {
compileOnly 'androidx.recyclerview:recyclerview:1.1.0'
}

// New version can be uploaded with './gradlew clean :library:build :library:publish'
// New version can be uploaded with './gradlew clean :library:publish'
apply from: 'maven_publish.gradle'

// Count methods:
// dx --dex --output=temp.dex classes.jar
// hexdump -s 88 -n 4 -e '1/4 "%d\n"' temp.dex
// Where dx is placed in SDK folder, e.g. ~/Library/Android/sdk/build-tools/26.0.3/
// Where dx is placed in SDK folder, e.g. ~/Library/Android/sdk/build-tools/30.0.2/
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.6.0'
setupVersion '2.7.0'
setOutputFileName 'gesture-views'

resConfigs 'en'
Expand Down

0 comments on commit 1546e56

Please sign in to comment.