Nextcloud 3.35.0 RC1

This commit is contained in:
Alper Ozturk 2025-12-05 17:52:24 +01:00 committed by Licaon_Kter
parent 972d7ad766
commit fd4455cc98

View file

@ -1477,6 +1477,21 @@ Builds:
scandelete:
- app/src/androidTest/assets
- versionName: 3.35.0 RC1
versionCode: 30350051
commit: rc-3.35.0-01
subdir: app
gradle:
- generic
rm:
- user_manual
prebuild:
- mkdir -p $HOME/.gradle
- echo org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
> $HOME/.gradle/gradle.properties
scandelete:
- app/src/androidTest/assets
MaintainerNotes: 'Latest 3 stable version will be kept, RC versions will be directly
outdated by either a new RC or by a stable version: 3.3.0 RC1 -> 3.3.0 RC2 -> 3.3.0
(stable)'