Skip to content

Commit bca2f21

Browse files
author
Ingo Schwarz
committed
Increase library and example app version
1 parent abda464 commit bca2f21

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 7
12-
versionName "2.3.0"
11+
versionCode 8
12+
versionName "2.4.0"
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.3.0'
3+
def final tableViewLibraryVersion = '2.4.0'
44

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

0 commit comments

Comments
 (0)