Skip to content

Commit

Permalink
Merge pull request #10849 from nextcloud/bump/3.22.1
Browse files Browse the repository at this point in the history
Bump to 3.22.1 to fix crashes in 3.22.0
  • Loading branch information
AlvaroBrey authored Oct 20, 2022
2 parents e45af63 + 8c4a4fc commit cd7b731
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ configurations.configureEach {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 22
def versionPatch = 0
def versionPatch = 1
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable


Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30220190.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 3.22.1 (October 20, 2022)

- Bug fixes

Minimum: NC 16 Server, Android 6.0 Marshmallow

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

0 comments on commit cd7b731

Please sign in to comment.