Skip to content

Commit a0e489b

Browse files
Merge pull request #13190 from nextcloud/bump-version-for-final-stable-3.29
Final Release 3.29.1
2 parents e9b1650 + 0199ae9 commit a0e489b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ configurations.configureEach {
7979
def versionMajor = 3
8080
def versionMinor = 29
8181
def versionPatch = 1
82-
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
82+
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
8383

8484

8585
def ndkEnv = new HashMap<String, String>()
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 3.29.1 (June 27, 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/93
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)