Skip to content

Commit

Permalink
Increase library version to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Schwarz committed Jan 29, 2017
1 parent e3cf80d commit fa09fab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2
**Minimum SDK-Version:** 11 | **Compile SDK-Version:** 25 | **Latest Library Version:** 2.4.3

## 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.2'
compile 'de.codecrafters.tableview:tableview:2.4.3'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 11
targetSdkVersion 25
versionCode 10
versionName "2.4.2"
versionName "2.4.3"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion tableview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'

def final tableViewLibraryVersion = '2.4.2'
def final tableViewLibraryVersion = '2.4.3'

ext {
bintrayRepo = 'maven'
Expand Down

0 comments on commit fa09fab

Please sign in to comment.