Skip to content

Commit a04257c

Browse files
committed
build: update versionCode and versionName for 4.6.2
1 parent 52b7807 commit a04257c

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
@@ -100,8 +100,8 @@ android {
100100

101101
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
102102

103-
versionCode = 46000100
104-
versionName = "4.6.1"
103+
versionCode = 46000200
104+
versionName = "4.6.2"
105105

106106
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
107107
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""

0 commit comments

Comments
 (0)