Skip to content

Commit 9633d3d

Browse files
committed
build.gradle: 1.2.1
1 parent 875f387 commit 9633d3d

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 = 5
104-
versionName = "1.2.0"
103+
versionCode = 6
104+
versionName = "1.2.1"
105105

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

0 commit comments

Comments
 (0)