Skip to content

Commit

Permalink
Release a new stable 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed May 11, 2021
1 parent bf30a21 commit ef88839
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:elasticviews:2.0.9"
implementation "com.github.skydoves:elasticviews:2.1.0"
}
```
## SNAPSHOT
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 16,
compileSdk : 30,
versionCode : 23,
versionName : '2.0.9',
versionCode : 24,
versionName : '2.1.0',

gradleBuildTool: '4.1.3',
spotlessGradle : '5.12.4',
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
GROUP=com.github.skydoves
POM_PACKAGING=aar

VERSION_NAME=2.1.0-SNAPSHOT
VERSION_NAME=2.1.1-SNAPSHOT

POM_ARTIFACT_ID=elasticviews
POM_NAME=elasticviews
Expand Down

0 comments on commit ef88839

Please sign in to comment.