We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2827cc + b5dd977 commit aa4aeb8Copy full SHA for aa4aeb8
1 file changed
opencloudApp/build.gradle
@@ -100,8 +100,8 @@ android {
100
101
testInstrumentationRunner "eu.opencloud.android.utils.OCTestAndroidJUnitRunner"
102
103
- versionCode = 3
104
- versionName = "1.1.0"
+ versionCode = 4
+ versionName = "1.2.0"
105
106
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
107
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
0 commit comments