Skip to content

Commit 5b2a42e

Browse files
committed
build: updated versionCode and versionNumber
1 parent cd00d2e commit 5b2a42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

owncloudApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ android {
9696

9797
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
9898

99-
versionCode = 42000200
100-
versionName = "4.2.1"
99+
versionCode = 42000300
100+
versionName = "4.2.2"
101101

102102
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
103103
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""

0 commit comments

Comments
 (0)