Skip to content

Commit be055bb

Browse files
committed
Bump version
1 parent 4dce246 commit be055bb

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
@@ -14,7 +14,7 @@ A collection of modular elements for `RecyclerView` lists, alternative to
1414
- **Animations**: give `Presenters`s fine grained control over how to animate each item
1515

1616
```groovy
17-
implementation 'com.otaliastudios:elements:0.3.5'
17+
implementation 'com.otaliastudios:elements:0.3.6'
1818
```
1919

2020
If you are curious about how it works in practice, take a look at the sample app in the `app` module.

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'com.jfrog.bintray'
99
// Working: https://github.com/Faltenreich/TextInputView/blob/develop/textinputview/deploy.gradle
1010

1111
ext {
12-
libVersion = '0.3.5'
12+
libVersion = '0.3.6'
1313
libGroup = 'com.otaliastudios'
1414
libName = 'Elements'
1515
libDescription = 'A modular approach to RecyclerView adapters with reusable, testable, independent, coordinated components.'

0 commit comments

Comments
 (0)