File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ configurations.configureEach {
6161// semantic versioning for version code
6262def versionMajor = 3
6363def versionMinor = 28
64- def versionPatch = 0
64+ def versionPatch = 1
6565def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
6666
6767
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments