Skip to content

Commit

Permalink
Version 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Jan 6, 2022
1 parent 9652282 commit dcabb28
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 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.2'
implementation 'com.alexvasilkov:gesture-views:2.8.3'

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

Expand Down
7 changes: 1 addition & 6 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.8.2'
ext.version = '2.8.3'
ext.name = 'GestureViews'
ext.description = 'ImageView and FrameLayout with gestures control and position animation'
ext.github = 'https://github.com/alexvasilkov/GestureViews'
Expand Down Expand Up @@ -34,8 +34,3 @@ dependencies {

// 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/30.0.2/
1 change: 0 additions & 1 deletion library/maven_publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ task javadocs(type: Javadoc) {

exclude '**/BuildConfig.java'
exclude '**/R.java'
exclude '**/internal/**'

title "${project.ext.name} ${project.ext.version} API"
options {
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 31

setupVersion '2.8.2'
setupVersion '2.8.3'
setOutputFileName 'gesture-views'

resConfigs 'en'
Expand Down

0 comments on commit dcabb28

Please sign in to comment.