mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Release FOSDEM 2022 Schedule app.
This commit is contained in:
parent
00464819e2
commit
27911962ae
1 changed files with 16 additions and 3 deletions
|
|
@ -40,6 +40,7 @@ Description: |
|
|||
* German
|
||||
* Italian
|
||||
* Japanese
|
||||
* Polish
|
||||
* Portuguese
|
||||
* Russian
|
||||
* Spanish
|
||||
|
|
@ -58,7 +59,7 @@ Description: |
|
|||
which was initially built for the camp and annual congress of
|
||||
the Chaos Computer Club. The source code of the app is publicly
|
||||
available on GitHub at:
|
||||
https://github.com/johnjohndoe/CampFahrplan/tree/fosdem-2021.
|
||||
https://github.com/johnjohndoe/CampFahrplan/tree/fosdem-2022.
|
||||
|
||||
🎨 The name FOSDEM and the gear logo are registered trademarks
|
||||
of FOSDEM VZW. Used with permission.
|
||||
|
|
@ -103,7 +104,19 @@ Builds:
|
|||
- fosdem
|
||||
prebuild: cp local.properties gradle.properties
|
||||
|
||||
- versionName: 1.53.1-FOSDEM-Edition
|
||||
versionCode: 86
|
||||
commit: v.1.53.1-FOSDEM-Edition
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fosdem
|
||||
prebuild: cp local.properties gradle.properties
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.50.0-FOSDEM-Edition
|
||||
CurrentVersionCode: 82
|
||||
CurrentVersion: 1.53.1-FOSDEM-Edition
|
||||
CurrentVersionCode: 86
|
||||
|
|
|
|||
Loading…
Reference in a new issue