Skip to content

Commit 78ba10a

Browse files
Merge pull request #13468 from nextcloud/3.29.3-final
3.29.3 Final
2 parents 7feb8f5 + e76a867 commit 78ba10a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

app/build.gradle

+1-1
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 = 3
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
def ndkEnv = new HashMap<String, String>()
8585
file("$project.rootDir/ndk.env").readLines().each() {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 3.29.3 (August 26, 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/98
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)