Skip to content

Commit

Permalink
Merge pull request #12737 from nextcloud/bump3.28.1
Browse files Browse the repository at this point in the history
Bump to 3.28.1
  • Loading branch information
tobiasKaminsky committed Mar 25, 2024
2 parents 4d4f9a9 + ee9862e commit b9046b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -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


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 = "2.18.0"
androidLibraryVersion = "2.18.1"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.8"
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30280190.txt
@@ -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

0 comments on commit b9046b6

Please sign in to comment.