Skip to content

Commit

Permalink
Merge pull request #11121 from nextcloud/bump/3.23.0-final
Browse files Browse the repository at this point in the history
Bump for 3.23.0 final
  • Loading branch information
AlvaroBrey committed Dec 1, 2022
2 parents 1d45d46 + 947f84d commit a7b1c6d
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -60,7 +60,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 23
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.44.2"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "rc-2.13.0-01"
androidLibraryVersion = "2.13.0"
mockitoVersion = "4.9.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.13.2"
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30230090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 3.23.0 (December 1, 2022)

- File actions menu redesign
- Allow adding shortcuts to Home screen (@newhinton)
- Many bugfixes and performance optimizations

Minimum: NC 16 Server, Android 6.0 Marshmallow

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

0 comments on commit a7b1c6d

Please sign in to comment.