Skip to content

Commit f594243

Browse files
committed
Update versionCode and versionName
1 parent 68e4790 commit f594243

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
@@ -61,8 +61,8 @@ android {
6161
minSdkVersion 19
6262
targetSdkVersion 28
6363

64-
versionCode = 21100000
65-
versionName = "2.11.0"
64+
versionCode = 21100100
65+
versionName = "2.11.1"
6666

6767
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
6868
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""

0 commit comments

Comments
 (0)