Skip to content

Commit ef88839

Browse files
committed
Release a new stable 2.1.0
1 parent bf30a21 commit ef88839

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
And add a dependency code to your **module**'s `build.gradle` file.
3434
```gradle
3535
dependencies {
36-
implementation "com.github.skydoves:elasticviews:2.0.9"
36+
implementation "com.github.skydoves:elasticviews:2.1.0"
3737
}
3838
```
3939
## SNAPSHOT

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ext.versions = [
22
minSdk : 16,
33
compileSdk : 30,
4-
versionCode : 23,
5-
versionName : '2.0.9',
4+
versionCode : 24,
5+
versionName : '2.1.0',
66

77
gradleBuildTool: '4.1.3',
88
spotlessGradle : '5.12.4',

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3131
GROUP=com.github.skydoves
3232
POM_PACKAGING=aar
3333

34-
VERSION_NAME=2.1.0-SNAPSHOT
34+
VERSION_NAME=2.1.1-SNAPSHOT
3535

3636
POM_ARTIFACT_ID=elasticviews
3737
POM_NAME=elasticviews

0 commit comments

Comments
 (0)