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