Skip to content

Commit

Permalink
Merge pull request #3462 from nextcloud/342rc1
Browse files Browse the repository at this point in the history
Bump to 3.4.2 RC1
  • Loading branch information
tobiasKaminsky authored Jan 15, 2019
2 parents 52926e2 + dc8e4e9 commit fab9421
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ repositories {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 4
def versionPatch = 1
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionPatch = 2
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable

def taskRequest = getGradle().getStartParameter().getTaskRequests().toString()
if (taskRequest.contains("Gplay") || taskRequest.contains("findbugs") || taskRequest.contains("lint")) {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30040251.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
3.4.2 RC1 (January, 15, 2019)

- fix sharing to group
- show correct share error messages

0 comments on commit fab9421

Please sign in to comment.