We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c00f43 + e003824 commit 077cf7cCopy full SHA for 077cf7c
app/build.gradle
@@ -80,7 +80,7 @@ configurations.configureEach {
80
def versionMajor = 3
81
def versionMinor = 30
82
def versionPatch = 0
83
-def versionBuild = 53 // 0-50=Alpha / 51-98=RC / 90-99=stable
+def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
84
85
86
def ndkEnv = new HashMap<String, String>()
fastlane/metadata/android/en-US/changelogs/30300090.txt
@@ -0,0 +1,7 @@
1
+## 3.30.0 (September 13, 2024)
2
+
3
+- Bugfixes
4
5
+Minimum: NC 16 Server, Android 7.0 Nougat
6
7
+For a full list, please see https://github.com/nextcloud/android/milestone/94
fastlane/metadata/android/en-US/changelogs/30300090.txt.license
@@ -0,0 +1,2 @@
+# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: AGPL-3.0-or-later
0 commit comments