diff --git a/README.md b/README.md index 50275c5..e0442f0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' ... } ```