Skip to content

Commit

Permalink
Merge pull request #10146 from nextcloud/bump/3.20.0
Browse files Browse the repository at this point in the history
Bump versions for 3.20.0 final
  • Loading branch information
AlvaroBrey authored May 3, 2022
2 parents d563183 + c29ca19 commit 39b4c43
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 20
def versionPatch = 0
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 ndkEnv = new HashMap<String, String>()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
daggerVersion = "2.41"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "stable-2.10-SNAPSHOT"
androidLibraryVersion = "2.10.0"
mockitoVersion = "4.4.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.3"
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30200090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 3.20.0 (May 3rd, 2022)

- Built-in PDF viewer
- Built-in document scanner
- Better choices for storage permissions
- File locking support
- Better UI for media gallery
- Many bugfixes and improvements

Minimum: NC 16 Server, Android 6.0 Marshmallow

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

0 comments on commit 39b4c43

Please sign in to comment.