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 52b7807 commit a04257cCopy full SHA for a04257c
owncloudApp/build.gradle
@@ -100,8 +100,8 @@ android {
100
101
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
102
103
- versionCode = 46000100
104
- versionName = "4.6.1"
+ versionCode = 46000200
+ versionName = "4.6.2"
105
106
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
107
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
0 commit comments