Skip to content

Commit 0347b16

Browse files
author
Ingo Schwarz
committed
Change latest version in readme to 2.4.2
1 parent a005cd2 commit 0347b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An Android library providing a TableView and a SortableTableView.
44

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

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

99
## Repository Content
1010
**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
1717
```
1818
dependencies {
1919
...
20-
compile 'de.codecrafters.tableview:tableview:2.4.1'
20+
compile 'de.codecrafters.tableview:tableview:2.4.2'
2121
...
2222
}
2323
```

0 commit comments

Comments
 (0)