Skip to content
This repository was archived by the owner on Jul 7, 2019. It is now read-only.

Commit 44456c5

Browse files
committed
Update library version to 1.2.3.
1 parent 8702875 commit 44456c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Gradle dependency is available via [jCenter](https://bintray.com/zhukic/mave
1212

1313
Add this to your `build.gradle` file.
1414
```gradle
15-
implementation 'com.github.zhukic:sectioned-recyclerview:1.2.2'
15+
implementation 'com.github.zhukic:sectioned-recyclerview:1.2.3'
1616
```
1717

1818
# How it works

sectioned-recyclerview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'com.github.zhukic'
55
PUBLISH_ARTIFACT_ID = 'sectioned-recyclerview'
6-
PUBLISH_VERSION = '1.2.2'
6+
PUBLISH_VERSION = '1.2.3'
77
}
88

99
android {

0 commit comments

Comments
 (0)