We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e45af63 + 8c4a4fc commit cd7b731Copy full SHA for cd7b731
app/build.gradle
@@ -59,7 +59,7 @@ configurations.configureEach {
59
// semantic versioning for version code
60
def versionMajor = 3
61
def versionMinor = 22
62
-def versionPatch = 0
+def versionPatch = 1
63
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
64
65
fastlane/metadata/android/en-US/changelogs/30220190.txt
@@ -0,0 +1,7 @@
1
+## 3.22.1 (October 20, 2022)
2
+
3
+- Bug fixes
4
5
+Minimum: NC 16 Server, Android 6.0 Marshmallow
6
7
+For a full list, please see https://github.com/nextcloud/android/milestone/73
0 commit comments