Skip to content

Commit

Permalink
Merge pull request nextcloud#13468 from nextcloud/3.29.3-final
Browse files Browse the repository at this point in the history
3.29.3 Final
  • Loading branch information
AndyScherzinger authored Aug 26, 2024
2 parents 7feb8f5 + e76a867 commit 78ba10a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 29
def versionPatch = 3
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable

def ndkEnv = new HashMap<String, String>()
file("$project.rootDir/ndk.env").readLines().each() {
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30290390.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 3.29.3 (August 26, 2024)

- Bugfixes

Minimum: NC 16 Server, Android 7.0 Nougat

For a full list, please see https://github.com/nextcloud/android/milestone/98
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

0 comments on commit 78ba10a

Please sign in to comment.