Skip to content

Commit 3e54bf4

Browse files
authored
Merge pull request #9794 from nextcloud/bump/3.19-final
Bump versions for 3.19.0 final
2 parents c1d9a0d + cdafa31 commit 3e54bf4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ext {
6464
daggerVersion = "2.40.5"
6565
markwonVersion = "4.6.2"
6666
prismVersion = "2.0.0"
67-
androidLibraryVersion = "rc-2.9.0-01"
67+
androidLibraryVersion = "2.9.0"
6868
mockitoVersion = "4.2.0"
6969
mockkVersion = "1.12.2"
7070
powermockVersion = "2.0.9"
@@ -89,7 +89,7 @@ repositories {
8989
def versionMajor = 3
9090
def versionMinor = 19
9191
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
9393

9494
for (TaskExecutionRequest tr : getGradle().getStartParameter().getTaskRequests()) {
9595
for (String arg : tr.args) {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

0 commit comments

Comments
 (0)