Skip to content

Commit a35bfb0

Browse files
Merge pull request #12451 from nextcloud/3.28.0rc2
Bump to 3.28.0 CR2
2 parents 46b8f50 + 10d50b6 commit a35bfb0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ configurations.configureEach {
6262
def versionMajor = 3
6363
def versionMinor = 28
6464
def versionPatch = 0
65-
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
65+
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
6666

6767

6868
def ndkEnv = new HashMap<String, String>()

fastlane/metadata/android/en-US/changelogs/30280051.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.28.0 RC1 (January 17, 2023)
1+
## 3.28.0 RC1 (January 17, 2024)
22

33
- E2E sharing
44
- Bugfixes
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 3.28.0 RC2 (January 29, 2024)
2+
3+
- E2E sharing
4+
- Bugfixes
5+
6+
7+
Minimum: NC 16 Server, Android 7.0 Nougat
8+
9+
For a full list, please see https://github.com/nextcloud/android/milestone/88

0 commit comments

Comments
 (0)