diff --git a/README.md b/README.md index e0442f0..a9490e8 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.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 @@ -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' ... } ``` diff --git a/app/build.gradle b/app/build.gradle index 1af14ef..cb29e6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 11 targetSdkVersion 25 versionCode 10 - versionName "2.4.2" + versionName "2.4.3" } buildTypes { release { diff --git a/tableview/build.gradle b/tableview/build.gradle index 76ab21d..c80f0f8 100644 --- a/tableview/build.gradle +++ b/tableview/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.library' -def final tableViewLibraryVersion = '2.4.2' +def final tableViewLibraryVersion = '2.4.3' ext { bintrayRepo = 'maven'