Skip to content

Commit 327d77f

Browse files
authored
Bump for 3.20.1 (#10187)
Signed-off-by: Álvaro Brey <[email protected]>
1 parent bbf7238 commit 327d77f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ configurations.configureEach {
5757
// semantic versioning for version code
5858
def versionMajor = 3
5959
def versionMinor = 20
60-
def versionPatch = 0
60+
def versionPatch = 1
6161
def versionBuild = 90// 0-50=Alpha / 51-98=RC / 90-99=stable
6262

6363

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
daggerVersion = "2.41"
77
markwonVersion = "4.6.2"
88
prismVersion = "2.0.0"
9-
androidLibraryVersion = "2.10.0"
9+
androidLibraryVersion = "2.10.1"
1010
mockitoVersion = "4.4.0"
1111
mockitoKotlinVersion = "4.0.0"
1212
mockkVersion = "1.12.3"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 3.20.1 (May 6th, 2022)
2+
3+
- Several 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/67

0 commit comments

Comments
 (0)