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