Skip to content

Commit

Permalink
Merge pull request #3373 from nextcloud/340rc3
Browse files Browse the repository at this point in the history
Bump 340rc3
  • Loading branch information
tobiasKaminsky authored Dec 14, 2018
2 parents 7c6c26a + 8764d6b commit bd31852
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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 = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 53 // 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
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/30040052.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.4.0 RC2 (December, 13, 2018)
3.4.0 RC2 (December, 14, 2018)

- bug fixes found in RC1
- crash on resume when in file details
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30040053.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
3.4.0 RC3 (December, 14, 2018)

- use android-job fork with fix for Android 9.x

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

0 comments on commit bd31852

Please sign in to comment.