Skip to content

Commit 65a32d7

Browse files
authored
Merge pull request #9879 from nextcloud/bump/3.19.1-rc1
Bump versions for 3.19.1 RC1
2 parents b877c60 + 659d36b commit 65a32d7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

build.gradle

+3-3
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 = "2.9.0"
67+
androidLibraryVersion = "rc-2.9.1-01"
6868
mockitoVersion = "4.2.0"
6969
mockkVersion = "1.12.2"
7070
powermockVersion = "2.0.9"
@@ -88,8 +88,8 @@ repositories {
8888
// semantic versioning for version code
8989
def versionMajor = 3
9090
def versionMinor = 19
91-
def versionPatch = 0
92-
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
91+
def versionPatch = 1
92+
def versionBuild = 51 // 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,7 @@
1+
## 3.19.1 (February 24, 2022)
2+
3+
- Minor bugfixes
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)