File tree 3 files changed +11
-2
lines changed
fastlane/metadata/android/en-US/changelogs
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ configurations.configureEach {
62
62
def versionMajor = 3
63
63
def versionMinor = 28
64
64
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
66
66
67
67
68
68
def ndkEnv = new HashMap<String , String > ()
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
daggerVersion = " 2.47"
9
9
markwonVersion = " 4.6.2"
10
10
prismVersion = " 2.0.0"
11
- androidLibraryVersion = " rc- 2.18.0-01 "
11
+ androidLibraryVersion = " 2.18.0"
12
12
mockitoVersion = " 4.11.0"
13
13
mockitoKotlinVersion = " 4.1.0"
14
14
mockkVersion = " 1.13.8"
Original file line number Diff line number Diff line change
1
+ ## 3.28.0 (February 13th, 2024)
2
+
3
+ - E2E sharing
4
+ - Bugfixes
5
+
6
+
7
+ Minimum: NC 16 Server, Android 7.0 Nougat
8
+
9
+ For a full list, please see https://github.com/nextcloud/android/milestone/88
You can’t perform that action at this time.
0 commit comments