Skip to content

Commit d25ffab

Browse files
committed
Update version code and name
1 parent e180584 commit d25ffab

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
@@ -93,8 +93,8 @@ android {
9393

9494
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
9595

96-
versionCode = 30000401
97-
versionName = "4.0-beta.1"
96+
versionCode = 30000402
97+
versionName = "4.0-beta.2"
9898

9999
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
100100
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""

0 commit comments

Comments
 (0)