Skip to content

Commit

Permalink
Bump to 3.28.0 CR2
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Jan 29, 2024
1 parent 9fb5703 commit 10d50b6
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 @@ -62,7 +62,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 28
def versionPatch = 0
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable


def ndkEnv = new HashMap<String, String>()
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/30280051.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.28.0 RC1 (January 17, 2023)
## 3.28.0 RC1 (January 17, 2024)

- E2E sharing
- Bugfixes
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30280052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 3.28.0 RC2 (January 29, 2024)

- E2E sharing
- Bugfixes


Minimum: NC 16 Server, Android 7.0 Nougat

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

0 comments on commit 10d50b6

Please sign in to comment.