From e8fdfa82a6e07a2a5e5e1a3caa1113bdacad610b Mon Sep 17 00:00:00 2001 From: Ingo Schwarz Date: Sun, 7 May 2017 15:59:14 +0200 Subject: [PATCH] Update latest version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc3bd44..9790654 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.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 @@ -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' ... } ```