Skip to content

Commit 255f70a

Browse files
authored
Merge pull request #10952 from nextcloud/bump/3.22.3-rc2
Bump to 3.22.3 RC2
2 parents 8efe5e5 + e152692 commit 255f70a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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 = 22
6262
def versionPatch = 3
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,7 @@
1+
## 3.22.3 RC2 (October 31, 2022)
2+
3+
- Bug fixes
4+
5+
Minimum: NC 16 Server, Android 6.0 Marshmallow
6+
7+
For a full list, please see https://github.com/nextcloud/android/milestone/76

0 commit comments

Comments
 (0)