Merge pull request #12737 from nextcloud/bump3.28.1

Bump to 3.28.1
This commit is contained in:
Tobias Kaminsky 2024-03-25 14:16:34 +01:00 committed by GitHub
commit b9046b6d5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -61,7 +61,7 @@ configurations.configureEach {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 28
def versionPatch = 0
def versionPatch = 1
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable

View File

@ -8,7 +8,7 @@ buildscript {
daggerVersion = "2.47"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "2.18.0"
androidLibraryVersion = "2.18.1"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.8"

View File

@ -0,0 +1,8 @@
## 3.28.1 (March 25th, 2024)
- Bugfixes
Minimum: NC 16 Server, Android 7.0 Nougat
For a full list, please see https://github.com/nextcloud/android/milestone/90