Skip to content

Commit

Permalink
Update latest version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Schwarz committed May 7, 2017
1 parent 25c6f5d commit e8fdfa8
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.5.0
**Minimum SDK-Version:** 11 | **Compile SDK-Version:** 25 | **Latest Library Version:** 2.6.0

## 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.5.0'
compile 'de.codecrafters.tableview:tableview:2.6.0'
...
}
```
Expand Down

0 comments on commit e8fdfa8

Please sign in to comment.