Skip to content

Commit

Permalink
Update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
iFanie committed Nov 19, 2018
1 parent 9ec1cba commit 4659c56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-AccordionRecycler-green.svg?style=flat )]( https://android-arsenal.com/details/1/7321 )
[![Bintray](https://img.shields.io/badge/Bintray-0.3-lightgrey.svg)](https://dl.bintray.com/ifanie/izilib/com/izikode/izilib/accordionrecycler/0.3/)
[![Bintray](https://img.shields.io/badge/Bintray-0.4-lightgrey.svg)](https://dl.bintray.com/ifanie/izilib/com/izikode/izilib/accordionrecycler/0.4/)

#### Android RecyclerView Adapter with nested items & expand/contract functionality
With AccordionRecycler you can easily create awesome RecyclerViews, containing infinitely nested items and the ability to expand or collapse any part of the View at will.
Expand All @@ -11,7 +11,7 @@ With AccordionRecycler you can easily create awesome RecyclerViews, containing i

## Installation
```
implementation 'com.izikode.izilib:accordionrecycler:0.3'
implementation 'com.izikode.izilib:accordionrecycler:0.4'
```
## Usage
#### Have your Model Classes implement the ```AccordionRecyclerData``` interface.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ buildscript {
],

Build : [
CODE : 3,
CODE : 4,
MAJOR : 0,
MINOR : 3
MINOR : 4
]
]
}
Expand Down

0 comments on commit 4659c56

Please sign in to comment.