Nextcloud 3.33.0 RC2

This commit is contained in:
Alper Ozturk 2025-09-01 18:36:44 +02:00 committed by Licaon_Kter
parent 7949970cca
commit da7b9e5e6f

View file

@ -1576,6 +1576,22 @@ Builds:
scandelete:
- app/src/androidTest/assets
- versionName: 3.33.0 RC2
versionCode: 30330052
commit: rc-3.33.0-02
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
- sed -i -e 's/8.12.2/8.11.1/' ../build.gradle
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)'