Skip to content

Commit 17a8596

Browse files
author
Ingo Schwarz
committed
Increase tableview version to 2.4.1
1 parent 652354e commit 17a8596

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.0
7+
**Minimum SDK-Version:** 11 | **Compile SDK-Version:** 25 | **Latest Library Version:** 2.4.1
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.0'
20+
compile 'de.codecrafters.tableview:tableview:2.4.1'
2121
...
2222
}
2323
```

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "de.codecrafters.tableviewexample"
99
minSdkVersion 11
1010
targetSdkVersion 25
11-
versionCode 8
12-
versionName "2.4.0"
11+
versionCode 9
12+
versionName "2.4.1"
1313
}
1414
buildTypes {
1515
release {

tableview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22

3-
def final tableViewLibraryVersion = '2.4.0'
3+
def final tableViewLibraryVersion = '2.4.1'
44

55
ext {
66
bintrayRepo = 'maven'
@@ -34,7 +34,7 @@ android {
3434
defaultConfig {
3535
minSdkVersion 11
3636
targetSdkVersion 25
37-
versionCode 12
37+
versionCode 13
3838
versionName tableViewLibraryVersion
3939
}
4040
buildTypes {

0 commit comments

Comments
 (0)