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 @@ -60,7 +60,7 @@ configurations.configureEach {
60
60
def versionMajor = 3
61
61
def versionMinor = 23
62
62
def versionPatch = 0
63
- def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
63
+ def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
64
64
65
65
66
66
def ndkEnv = new HashMap<String , String > ()
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
daggerVersion = " 2.44.2"
7
7
markwonVersion = " 4.6.2"
8
8
prismVersion = " 2.0.0"
9
- androidLibraryVersion = " rc- 2.13.0-01 "
9
+ androidLibraryVersion = " 2.13.0"
10
10
mockitoVersion = " 4.9.0"
11
11
mockitoKotlinVersion = " 4.0.0"
12
12
mockkVersion = " 1.13.2"
Original file line number Diff line number Diff line change
1
+ ## 3.23.0 (December 1, 2022)
2
+
3
+ - File actions menu redesign
4
+ - Allow adding shortcuts to Home screen (@newhinton)
5
+ - Many bugfixes and performance optimizations
6
+
7
+ Minimum: NC 16 Server, Android 6.0 Marshmallow
8
+
9
+ For a full list, please see https://github.com/nextcloud/android/milestone/74
You can’t perform that action at this time.
0 commit comments