Skip to content

Commit b5dd977

Browse files
committed
build.gradle: 1.2.0
1 parent b2827cc commit b5dd977

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 = 3
104-
versionName = "1.1.0"
103+
versionCode = 4
104+
versionName = "1.2.0"
105105

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

0 commit comments

Comments
 (0)