Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 1d78b83

Browse files
author
Stan Wijckmans
committed
2 Update version number.
1 parent b07a35d commit 1d78b83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mvvm/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 16
1010
targetSdkVersion 25
11-
versionCode 2
12-
versionName "1.0.2"
11+
versionCode 4
12+
versionName "1.0.3"
1313
}
1414

1515
dataBinding {
@@ -43,7 +43,7 @@ publishing {
4343
maven(MavenPublication) {
4444
groupId 'be.stannieman'
4545
artifactId 'mvvm'
46-
version '1.0.2'
46+
version '1.0.3'
4747
artifact "$buildDir\\outputs\\aar\\signed-${project.getName()}-release.aar"
4848
artifact createJavaDocJar
4949
artifact createSourcesJar

0 commit comments

Comments
 (0)