Skip to content

Commit

Permalink
Set version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Schwarz committed Aug 26, 2017
1 parent 7cb95fd commit 2edc310
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.6.0
**Minimum SDK-Version:** 11 | **Compile SDK-Version:** 25 | **Latest Library Version:** 2.7.0

## 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.6.0'
compile 'de.codecrafters.tableview:tableview:2.7.0'
...
}
```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.codecrafters.tableviewexample"
minSdkVersion 11
targetSdkVersion 25
versionCode 13
versionName "2.6.0"
versionCode 15
versionName "2.7.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0'
def final tableViewLibraryVersion = '2.7.0'

ext {
bintrayRepo = 'maven'
Expand Down Expand Up @@ -34,7 +34,7 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 25
versionCode 14
versionCode 15
versionName tableViewLibraryVersion
}
buildTypes {
Expand Down

0 comments on commit 2edc310

Please sign in to comment.