We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0065268 commit a2e7e65Copy full SHA for a2e7e65
owncloudApp/build.gradle
@@ -100,8 +100,8 @@ android {
100
101
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
102
103
- versionCode = 45000000
104
- versionName = "4.5.0"
+ versionCode = 45000100
+ versionName = "4.5.1"
105
106
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
107
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
0 commit comments