Skip to content

Commit 1a3aa64

Browse files
committed
build.gradle: 1.0.0 final
1 parent 98dd03e commit 1a3aa64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

opencloudApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ android {
100100

101101
testInstrumentationRunner "eu.opencloud.android.utils.OCTestAndroidJUnitRunner"
102102

103-
versionCode = 1
104-
versionName = "1.0.0-beta1"
103+
versionCode = 2
104+
versionName = "1.0.0"
105105

106106
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
107107
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""

0 commit comments

Comments
 (0)