Nextcloud client: Add 3.31.3 RC1

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2025-05-23 14:20:57 +02:00
parent 7bf2f94b64
commit 59acaaad4e
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -1292,6 +1292,7 @@ Builds:
- versionName: 3.30.8 RC1
versionCode: 30300851
disable: obsolete RC
commit: rc-3.30.8-01
subdir: app
gradle:
@ -1303,6 +1304,7 @@ Builds:
- versionName: 3.30.8 RC2
versionCode: 30300852
disable: obsolete RC
commit: rc-3.30.8-02
subdir: app
gradle:
@ -1329,6 +1331,7 @@ Builds:
- versionName: 3.31.0 RC1
versionCode: 30310051
disable: obsolete RC
commit: rc-3.31.0-01
subdir: app
gradle:
@ -1340,6 +1343,7 @@ Builds:
- versionName: 3.31.0 RC2
versionCode: 30310052
disable: obsolete RC
commit: rc-3.31.0-02
subdir: app
gradle:
@ -1366,6 +1370,7 @@ Builds:
- versionName: 3.31.1 RC1
versionCode: 30310151
disable: obsolete RC
commit: rc-3.31.1-01
subdir: app
gradle:
@ -1390,6 +1395,21 @@ Builds:
scandelete:
- app/src/androidTest/assets
- versionName: 3.31.3 RC1
versionCode: 30310351
commit: rc-3.31.3-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)'