Skip to content

Commit

Permalink
Change latest version in readme to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Schwarz committed Jan 21, 2017
1 parent a005cd2 commit 0347b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An Android library providing a TableView and a SortableTableView.

![SortableTableView Example](https://raw.githubusercontent.com/ISchwarz23/SortableTableView/develop/README/SortableTableView-Example.gif)

**Minimum SDK-Version:** 11 | **Compile SDK-Version:** 25 | **Latest Library Version:** 2.4.1
**Minimum SDK-Version:** 11 | **Compile SDK-Version:** 25 | **Latest Library Version:** 2.4.2

## Repository Content
**tableview** - contains the android library sources and resources
Expand All @@ -17,7 +17,7 @@ To use the this library in your project simply add the following dependency to y
```
dependencies {
...
compile 'de.codecrafters.tableview:tableview:2.4.1'
compile 'de.codecrafters.tableview:tableview:2.4.2'
...
}
```
Expand Down

0 comments on commit 0347b16

Please sign in to comment.