diff --git a/app/build.gradle b/app/build.gradle index 205b02baf1b8..32cbf17fc7dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,7 @@ configurations.configureEach { // semantic versioning for version code def versionMajor = 3 def versionMinor = 30 -def versionPatch = 2 +def versionPatch = 3 def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable diff --git a/fastlane/metadata/android/en-US/changelogs/30300390.txt b/fastlane/metadata/android/en-US/changelogs/30300390.txt new file mode 100644 index 000000000000..df421f258b5e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30300390.txt @@ -0,0 +1,7 @@ +## 3.30.2 (October 22, 2024) + +- Bugfix for two way sync: sync only on wifi + +Minimum: NC 16 Server, Android 7.0 Nougat + +For a full list, please see https://github.com/nextcloud/android/milestone/99 diff --git a/fastlane/metadata/android/en-US/changelogs/30300390.txt.license b/fastlane/metadata/android/en-US/changelogs/30300390.txt.license new file mode 100644 index 000000000000..dd29b5040ecd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30300390.txt.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later \ No newline at end of file