Skip to content

Commit

Permalink
Merge pull request #3405 from nextcloud/341final
Browse files Browse the repository at this point in the history
3.4.1 stable release
  • Loading branch information
tobiasKaminsky authored Dec 23, 2018
2 parents 82fe29a + 9267fac commit 7d67f80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories {
def versionMajor = 3
def versionMinor = 4
def versionPatch = 1
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 90 // 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
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30040190.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
3.4.1 (December, 23, 2018)

- fix wrong detection of direct editing capability for RichDocuments

0 comments on commit 7d67f80

Please sign in to comment.