We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abda464 commit bca2f21Copy full SHA for bca2f21
2 files changed
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "de.codecrafters.tableviewexample"
9
minSdkVersion 11
10
targetSdkVersion 25
11
- versionCode 7
12
- versionName "2.3.0"
+ versionCode 8
+ versionName "2.4.0"
13
}
14
buildTypes {
15
release {
tableview/build.gradle
@@ -1,6 +1,6 @@
1
apply plugin: 'com.android.library'
2
3
-def final tableViewLibraryVersion = '2.3.0'
+def final tableViewLibraryVersion = '2.4.0'
4
5
ext {
6
bintrayRepo = 'maven'
@@ -34,7 +34,7 @@ android {
34
defaultConfig {
35
36
37
- versionCode 11
+ versionCode 12
38
versionName tableViewLibraryVersion
39
40
0 commit comments