mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Nextcloud client: bump to 3.17.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
c456f35432
commit
3f26a60bcf
1 changed files with 19 additions and 2 deletions
|
|
@ -1595,6 +1595,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.17.0 RC3
|
- versionName: 3.17.0 RC3
|
||||||
versionCode: 30170053
|
versionCode: 30170053
|
||||||
|
disable: obsolete RC
|
||||||
commit: rc-3.17.0-03
|
commit: rc-3.17.0-03
|
||||||
submodules: true
|
submodules: true
|
||||||
gradle:
|
gradle:
|
||||||
|
|
@ -1609,11 +1610,27 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- src/androidTest
|
- src/androidTest
|
||||||
|
|
||||||
|
- versionName: 3.17.0
|
||||||
|
versionCode: 30170090
|
||||||
|
commit: stable-3.17.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
|
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 ->
|
outdated by either a new RC or by a stable version: 3.3.0 RC1 -> 3.3.0 RC2 ->
|
||||||
3.3.0 (stable)'
|
3.3.0 (stable)'
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 3.16.1
|
CurrentVersion: 3.17.0
|
||||||
CurrentVersionCode: 30160190
|
CurrentVersionCode: 30170090
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue