File tree 2 files changed +11
-2
lines changed
fastlane/metadata/android/en-US/changelogs
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 64
64
daggerVersion = " 2.40.5"
65
65
markwonVersion = " 4.6.2"
66
66
prismVersion = " 2.0.0"
67
- androidLibraryVersion = " rc- 2.9.0-01 "
67
+ androidLibraryVersion = " 2.9.0"
68
68
mockitoVersion = " 4.2.0"
69
69
mockkVersion = " 1.12.2"
70
70
powermockVersion = " 2.0.9"
@@ -89,7 +89,7 @@ repositories {
89
89
def versionMajor = 3
90
90
def versionMinor = 19
91
91
def versionPatch = 0
92
- def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
92
+ def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
93
93
94
94
for (TaskExecutionRequest tr : getGradle(). getStartParameter(). getTaskRequests()) {
95
95
for (String arg : tr. args) {
Original file line number Diff line number Diff line change
1
+ ## 3.19.0 (February 3, 2022)
2
+
3
+ - Support external storage in Media page
4
+ - Connection fallback to IPv4 when IPv6 fails
5
+ - Many other fixes and improvements
6
+
7
+ Minimum: NC 16 Server, Android 6.0 Marshmallow
8
+
9
+ For a full list, please see https://github.com/nextcloud/android/milestone/62
You can’t perform that action at this time.
0 commit comments