Skip to content

Commit e9a0fd1

Browse files
authored
Merge pull request #9917 from nextcloud/bump/3.19.1-rc2
Bump versions for 3.19.1 RC2
2 parents a9f78ac + 70c6ce3 commit e9a0fd1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.19.1 (February 24, 2022)
1+
## 3.19.1 RC1 (February 24, 2022)
22

33
- Minor bugfixes
44

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repositories {
8989
def versionMajor = 3
9090
def versionMinor = 19
9191
def versionPatch = 1
92-
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
92+
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
9393

9494
for (TaskExecutionRequest tr : getGradle().getStartParameter().getTaskRequests()) {
9595
for (String arg : tr.args) {

fastlane/metadata/android/en-US/changelogs/30190151.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.19.1 (February 24, 2022)
1+
## 3.19.1 RC1 (February 24, 2022)
22

33
- Minor bugfixes
44

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 3.19.1 RC2 (March 3, 2022)
2+
3+
- Minor fixes and improvements
4+
5+
Minimum: NC 16 Server, Android 6.0 Marshmallow
6+
7+
For a full list, please see https://github.com/nextcloud/android/milestone/65

0 commit comments

Comments
 (0)