Skip to content

Commit

Permalink
Merge pull request #12545 from nextcloud/bump3.28final
Browse files Browse the repository at this point in the history
Bump to 3.28 final
  • Loading branch information
tobiasKaminsky committed Feb 13, 2024
2 parents eec7bcd + 2417518 commit 41c9460
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
Expand Up @@ -62,7 +62,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 28
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
Expand Up @@ -8,7 +8,7 @@ buildscript {
daggerVersion = "2.47"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "rc-2.18.0-01"
androidLibraryVersion = "2.18.0"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.8"
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30280090.txt
@@ -0,0 +1,9 @@
## 3.28.0 (February 13th, 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 41c9460

Please sign in to comment.