We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd00d2e commit 5b2a42eCopy full SHA for 5b2a42e
owncloudApp/build.gradle
@@ -96,8 +96,8 @@ android {
96
97
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
98
99
- versionCode = 42000200
100
- versionName = "4.2.1"
+ versionCode = 42000300
+ versionName = "4.2.2"
101
102
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
103
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
0 commit comments