Skip to content

Commit

Permalink
Bump to 3.6.2 (#4065)
Browse files Browse the repository at this point in the history
Bump to 3.6.2
  • Loading branch information
tobiasKaminsky committed May 23, 2019
2 parents 4d8e27b + 8b55b55 commit 305db4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -61,7 +61,7 @@ repositories {
def versionMajor = 3
def versionMinor = 6
def versionPatch = 2
def versionBuild = 51 // 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
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30060290.txt
@@ -0,0 +1,8 @@
3.6.2 (May, 23, 2019)

- fix bug when creating preview
- fix crash on opening app
- fix account switch
- fix jumping to top on sync

For a full list, please see https://github.com/nextcloud/android/milestone/34

0 comments on commit 305db4b

Please sign in to comment.