mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
Nextcloud client: bump to 3.29.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
3fb63630a0
commit
cd764b9eca
1 changed files with 22 additions and 4 deletions
|
|
@ -122,7 +122,8 @@ Builds:
|
|||
submodules: true
|
||||
gradle:
|
||||
- generic
|
||||
output: build/outputs/apk/generic/release/com.nextcloud.client-generic-release-unsigned.apk
|
||||
output:
|
||||
build/outputs/apk/generic/release/com.nextcloud.client-generic-release-unsigned.apk
|
||||
rm:
|
||||
- libs/disklrucache*
|
||||
- user_manual
|
||||
|
|
@ -133,7 +134,8 @@ Builds:
|
|||
submodules: true
|
||||
gradle:
|
||||
- generic
|
||||
output: build/outputs/apk/generic/release/com.nextcloud.client-generic-release-unsigned.apk
|
||||
output:
|
||||
build/outputs/apk/generic/release/com.nextcloud.client-generic-release-unsigned.apk
|
||||
rm:
|
||||
- libs/disklrucache*
|
||||
- user_manual
|
||||
|
|
@ -1119,6 +1121,7 @@ Builds:
|
|||
|
||||
- versionName: 3.29.0 RC1
|
||||
versionCode: 30290051
|
||||
disable: obsolete RC
|
||||
commit: rc-3.29.0-01
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -1132,11 +1135,26 @@ Builds:
|
|||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: 3.29.0
|
||||
versionCode: 30290090
|
||||
commit: stable-3.29.0
|
||||
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)'
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 3.28.2
|
||||
CurrentVersionCode: 30280290
|
||||
CurrentVersion: 3.29.0
|
||||
CurrentVersionCode: 30290090
|
||||
|
|
|
|||
Loading…
Reference in a new issue