File tree 3 files changed +9
-2
lines changed
fastlane/metadata/android/en-US/changelogs
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ configurations.configureEach {
57
57
// semantic versioning for version code
58
58
def versionMajor = 3
59
59
def versionMinor = 20
60
- def versionPatch = 0
60
+ def versionPatch = 1
61
61
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
62
62
63
63
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
daggerVersion = " 2.41"
7
7
markwonVersion = " 4.6.2"
8
8
prismVersion = " 2.0.0"
9
- androidLibraryVersion = " 2.10.0 "
9
+ androidLibraryVersion = " 2.10.1 "
10
10
mockitoVersion = " 4.4.0"
11
11
mockitoKotlinVersion = " 4.0.0"
12
12
mockkVersion = " 1.12.3"
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments