File tree 2 files changed +10
-3
lines changed
fastlane/metadata/android/en-US/changelogs
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 64
64
daggerVersion = " 2.40.5"
65
65
markwonVersion = " 4.6.2"
66
66
prismVersion = " 2.0.0"
67
- androidLibraryVersion = " 2.9.0 "
67
+ androidLibraryVersion = " rc- 2.9.1-01 "
68
68
mockitoVersion = " 4.2.0"
69
69
mockkVersion = " 1.12.2"
70
70
powermockVersion = " 2.0.9"
@@ -88,8 +88,8 @@ repositories {
88
88
// semantic versioning for version code
89
89
def versionMajor = 3
90
90
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
93
93
94
94
for (TaskExecutionRequest tr : getGradle(). getStartParameter(). getTaskRequests()) {
95
95
for (String arg : tr. args) {
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments