We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e180584 commit d25ffabCopy full SHA for d25ffab
owncloudApp/build.gradle
@@ -93,8 +93,8 @@ android {
93
94
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
95
96
- versionCode = 30000401
97
- versionName = "4.0-beta.1"
+ versionCode = 30000402
+ versionName = "4.0-beta.2"
98
99
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
100
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
0 commit comments