Skip to content

Commit

Permalink
Merge pull request #10507 from nextcloud/bump-3.21rc1
Browse files Browse the repository at this point in the history
Bump to 3.21.0 RC1
  • Loading branch information
AlvaroBrey authored Jul 12, 2022
2 parents 94df087 + 4407620 commit f96380a
Show file tree
Hide file tree
Showing 3 changed files with 15 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 = 21
def versionPatch = 0
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 51 // 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.42"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "master-SNAPSHOT"
androidLibraryVersion = "rc-2.11.0-01"
mockitoVersion = "4.6.1"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.4"
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30210051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 3.21.0 RC1 (July 12, 2022)

- Fast scroll for all lists
- Media view
- Group photos as timeline by month
- Filter options
- File locking
- File export to sdcard
- Many bugfixes and improvements

Minimum: NC 16 Server, Android 6.0 Marshmallow

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

0 comments on commit f96380a

Please sign in to comment.