mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Nextcloud client: bump to 3.11.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
567b91e6a3
commit
a1fe14890b
1 changed files with 19 additions and 2 deletions
|
|
@ -1080,6 +1080,7 @@ Builds:
|
|||
|
||||
- versionName: 3.11.0 RC4
|
||||
versionCode: 30110054
|
||||
disable: obsolete RC
|
||||
commit: rc-3.11.0-04
|
||||
submodules: true
|
||||
gradle:
|
||||
|
|
@ -1094,11 +1095,27 @@ Builds:
|
|||
scandelete:
|
||||
- src/androidTest
|
||||
|
||||
- versionName: 3.11.0
|
||||
versionCode: 30110090
|
||||
commit: stable-3.11.0
|
||||
submodules: true
|
||||
gradle:
|
||||
- generic
|
||||
rm:
|
||||
- user_manual
|
||||
- gplay.gradle
|
||||
prebuild:
|
||||
- mkdir -p $HOME/.gradle
|
||||
- echo org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
||||
> $HOME/.gradle/gradle.properties
|
||||
scandelete:
|
||||
- src/androidTest
|
||||
|
||||
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.10.1
|
||||
CurrentVersionCode: 30100190
|
||||
CurrentVersion: 3.11.0
|
||||
CurrentVersionCode: 30110090
|
||||
|
|
|
|||
Loading…
Reference in a new issue