Skip to content

Commit

Permalink
Merge pull request #12279 from nextcloud/bump-3.27.0
Browse files Browse the repository at this point in the history
Bump to 3.27.0
  • Loading branch information
tobiasKaminsky committed Dec 12, 2023
2 parents 038e76b + 567ced5 commit 54155a7
Show file tree
Hide file tree
Showing 3 changed files with 12 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 = 27
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.17.0-02"
androidLibraryVersion = "2.17.0"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.3"
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30270090.txt
@@ -0,0 +1,10 @@
## 3.27.0 (December 12, 2023)

- account deletion (needs server app drop_account)
- Material Design 3 everywhere
- live photo support


Minimum: NC 16 Server, Android 7.0 Nougat

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

0 comments on commit 54155a7

Please sign in to comment.