Skip to content

Commit b9046b6

Browse files
Merge pull request #12737 from nextcloud/bump3.28.1
Bump to 3.28.1
2 parents 4d4f9a9 + ee9862e commit b9046b6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ configurations.configureEach {
6161
// semantic versioning for version code
6262
def versionMajor = 3
6363
def versionMinor = 28
64-
def versionPatch = 0
64+
def versionPatch = 1
6565
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
6666

6767

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 = "2.18.0"
11+
androidLibraryVersion = "2.18.1"
1212
mockitoVersion = "4.11.0"
1313
mockitoKotlinVersion = "4.1.0"
1414
mockkVersion = "1.13.8"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 3.28.1 (March 25th, 2024)
2+
3+
- Bugfixes
4+
5+
6+
Minimum: NC 16 Server, Android 7.0 Nougat
7+
8+
For a full list, please see https://github.com/nextcloud/android/milestone/90

0 commit comments

Comments
 (0)