Skip to content

Commit a4e1956

Browse files
authored
Merge pull request #11084 from nextcloud/bump/3.23.0-rc2
Bump for 3.23.0 RC2
2 parents ba4bfe9 + 06c8573 commit a4e1956

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ configurations.configureEach {
6060
def versionMajor = 3
6161
def versionMinor = 23
6262
def versionPatch = 0
63-
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
63+
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
6464

6565

6666
def ndkEnv = new HashMap<String, String>()
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 3.23.0 RC2 (November 24, 2022)
2+
3+
- File actions menu redesign
4+
- Allow adding shortcuts to Home screen (@newhinton)
5+
- Many bugfixes and performance optimizations
6+
7+
Minimum: NC 16 Server, Android 6.0 Marshmallow
8+
9+
For a full list, please see https://github.com/nextcloud/android/milestone/74

0 commit comments

Comments
 (0)