Update Fahrplan apps (36c3, rC3, DiVOC) to version 1.54.0.

This commit is contained in:
Tobias Preuss 2022-04-08 12:23:42 +02:00
parent 79f07450a7
commit cbeeb480c2
3 changed files with 48 additions and 7 deletions

View file

@ -35,6 +35,7 @@ Description: |
* German
* Italian
* Japanese
* Polish
* Portuguese
* Russian
* Spanish
@ -393,8 +394,22 @@ Builds:
- ccc36c3
prebuild: cp local.properties gradle.properties
- versionName: 1.54.0
versionCode: 88
commit: v.1.54.0
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- ccc36c3
prebuild: cp local.properties gradle.properties
MaintainerNotes: Disable auto update in favor of manual update.
ArchivePolicy: 1 versions
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.51.0
CurrentVersionCode: 83
CurrentVersion: 1.54.0
CurrentVersionCode: 88

View file

@ -36,6 +36,7 @@ Description: |
* Italienisch
* Japanisch
* Niederländisch
* Polnisch
* Portugiesisch
* Russisch
* Spanisch
@ -86,8 +87,21 @@ Builds:
gradle:
- divoc2021
- versionName: 1.54.0-DiVOC-Edition
versionCode: 88
commit: v.1.54.0-DiVOC-Edition
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- divoc2022
MaintainerNotes: Disable auto update in favor of manual update.
ArchivePolicy: 1 versions
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.50.0-DiVOC-Edition
CurrentVersionCode: 82
CurrentVersion: 1.54.0-DiVOC-Edition
CurrentVersionCode: 88

View file

@ -105,10 +105,22 @@ Builds:
- rc3
prebuild: cp local.properties gradle.properties
MaintainerNotes: Disable auto update in favor of manully update.
- versionName: 1.54.0-rC3-Edition
versionCode: 88
commit: v.1.54.0
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- rc3
prebuild: cp local.properties gradle.properties
MaintainerNotes: Disable auto update in favor of manual update.
ArchivePolicy: 1 versions
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.53.0-rC3-Edition
CurrentVersionCode: 85
CurrentVersion: 1.54.0-rC3-Edition
CurrentVersionCode: 88