Skip to content

Commit

Permalink
Merge pull request #3366 from nextcloud/bump340rc2
Browse files Browse the repository at this point in the history
Bump to 340 RC2
  • Loading branch information
AndyScherzinger authored Dec 13, 2018
2 parents 25edbd9 + 7c99422 commit d5a107d
Show file tree
Hide file tree
Showing 2 changed files with 10 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 = 0
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 52 // 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
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30040052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
3.4.0 RC2 (December, 13, 2018)

- bug fixes found in RC1
- crash on resume when in file details
- crash on resume when opening FAB
- crash when deleted files was closed prior file listing was completed
- SSO: add request header for deck app

For a detailed list, please visit: https://github.com/nextcloud/android/milestone/25

0 comments on commit d5a107d

Please sign in to comment.