Skip to content

Commit c696506

Browse files
Merge pull request #13137 from nextcloud/bump-version-patch-release
Bump version to 3.29.1
2 parents 7d52acf + bc11e91 commit c696506

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ configurations.configureEach {
7878
// semantic versioning for version code
7979
def versionMajor = 3
8080
def versionMinor = 29
81-
def versionPatch = 0
82-
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
81+
def versionPatch = 1
82+
def versionBuild = 51 // 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 RC1 (June 14, 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)