Skip to content

Commit

Permalink
Revert "support horizontal bounce for BouncyRecyclerView (issue valkr…
Browse files Browse the repository at this point in the history
…iaine#4)"

This reverts commit 7a66774
  • Loading branch information
valkriaine committed Jul 28, 2021
1 parent 3c206bb commit 689ca82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bouncy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'maven-publish'

def libraryGroupId = 'com.factor'
def libraryArtifactId = 'bouncy'
def libraryVersion = '1.6'
def libraryVersion = '1.61'


task androidJavadocs(type: Javadoc) {
Expand Down Expand Up @@ -59,10 +59,10 @@ bintray {
vcsUrl = 'https://github.com/Valkriaine/bouncy.git'
publicDownloadNumbers = true
version {
name = '1.6'
desc = '1.6 release'
name = '1.61'
desc = '1.61 release'
released = new Date()
vcsTag = '1.6'
vcsTag = '1.61'
}
}
}
Expand All @@ -74,8 +74,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 30
versionCode 7
versionName "1.6"
versionCode 8
versionName "1.61"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 689ca82

Please sign in to comment.