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 b5fa6bf commit 4cdd12aCopy full SHA for 4cdd12a
owncloudApp/build.gradle
@@ -100,8 +100,8 @@ android {
100
101
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
102
103
- versionCode = 44000100
104
- versionName = "4.4.1"
+ versionCode = 44000101
+ versionName = "4.5.0-beta.1"
105
106
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
107
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
0 commit comments