File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ An Android library providing a TableView and a SortableTableView.
4
4
5
5
![ SortableTableView Example] ( https://raw.githubusercontent.com/ISchwarz23/SortableTableView/develop/README/SortableTableView-Example.gif )
6
6
7
- ** Minimum SDK-Version:** 11 | ** Compile SDK-Version:** 25 | ** Latest Library Version:** 2.7 .0
7
+ ** Minimum SDK-Version:** 11 | ** Compile SDK-Version:** 25 | ** Latest Library Version:** 2.8 .0
8
8
9
9
## Repository Content
10
10
** 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
17
17
```
18
18
dependencies {
19
19
...
20
- compile 'de.codecrafters.tableview:tableview:2.7 .0'
20
+ compile 'de.codecrafters.tableview:tableview:2.8 .0'
21
21
...
22
22
}
23
23
```
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " de.codecrafters.tableviewexample"
9
9
minSdkVersion 11
10
10
targetSdkVersion 25
11
- versionCode 15
12
- versionName " 2.7 .0"
11
+ versionCode 16
12
+ versionName " 2.8 .0"
13
13
}
14
14
buildTypes {
15
15
release {
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
- def final tableViewLibraryVersion = ' 2.7 .0'
3
+ def final tableViewLibraryVersion = ' 2.8 .0'
4
4
5
5
ext {
6
6
bintrayRepo = ' maven'
@@ -34,7 +34,7 @@ android {
34
34
defaultConfig {
35
35
minSdkVersion 11
36
36
targetSdkVersion 25
37
- versionCode 15
37
+ versionCode 16
38
38
versionName tableViewLibraryVersion
39
39
}
40
40
buildTypes {
You can’t perform that action at this time.
0 commit comments