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 254388d commit 9a585abCopy full SHA for 9a585ab
owncloudApp/build.gradle
@@ -96,8 +96,8 @@ android {
96
97
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
98
99
- versionCode = 43000100
100
- versionName = "4.3.1"
+ versionCode = 43000101
+ versionName = "4.4.0-beta.1"
101
102
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
103
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
0 commit comments