Skip to content

Commit 54155a7

Browse files
Merge pull request #12279 from nextcloud/bump-3.27.0
Bump to 3.27.0
2 parents 038e76b + 567ced5 commit 54155a7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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 = 27
6464
def versionPatch = 0
65-
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
65+
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
6666

6767

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
daggerVersion = "2.47"
99
markwonVersion = "4.6.2"
1010
prismVersion = "2.0.0"
11-
androidLibraryVersion = "rc-2.17.0-02"
11+
androidLibraryVersion = "2.17.0"
1212
mockitoVersion = "4.11.0"
1313
mockitoKotlinVersion = "4.1.0"
1414
mockkVersion = "1.13.3"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 3.27.0 (December 12, 2023)
2+
3+
- account deletion (needs server app drop_account)
4+
- Material Design 3 everywhere
5+
- live photo support
6+
7+
8+
Minimum: NC 16 Server, Android 7.0 Nougat
9+
10+
For a full list, please see https://github.com/nextcloud/android/milestone/86

0 commit comments

Comments
 (0)