We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875f387 commit 9633d3dCopy full SHA for 9633d3d
1 file changed
opencloudApp/build.gradle
@@ -100,8 +100,8 @@ android {
100
101
testInstrumentationRunner "eu.opencloud.android.utils.OCTestAndroidJUnitRunner"
102
103
- versionCode = 5
104
- versionName = "1.2.0"
+ versionCode = 6
+ versionName = "1.2.1"
105
106
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
107
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
0 commit comments