mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
CCTG: add 2.0.3.0
This commit is contained in:
parent
52b802517f
commit
73b7651d95
1 changed files with 20 additions and 2 deletions
|
|
@ -163,13 +163,31 @@ Builds:
|
|||
- protobuf/build
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 2.0.3.0
|
||||
versionCode: 2000300
|
||||
commit: v2.0.3.0
|
||||
subdir: Corona-Warn-App
|
||||
gradle:
|
||||
- device
|
||||
scanignore:
|
||||
- Corona-Warn-App/src/main/assets/default_app_config_android.bin
|
||||
- Corona-Warn-App/src/main/assets/default_qr_code_poster_template_android.bin
|
||||
scandelete:
|
||||
- protobuf/build
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: |-
|
||||
scanignored are some protobuf encoded config files, view them with:
|
||||
protoc --decode de.rki.coronawarnapp.server.protocols.internal.v2.ApplicationConfigurationAndroid \
|
||||
Server-Protocol-Buffer/src/main/proto/internal/v2/app_config_android.proto --proto_path \
|
||||
Server-Protocol-Buffer/src/main/proto/ < Corona-Warn-App/src/main/assets/default_app_config_android.bin
|
||||
|
||||
And the pdf template for the qr code print version
|
||||
protoc --decode de.rki.coronawarnapp.server.protocols.internal.pt.QRCodePosterTemplateAndroid \
|
||||
Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto --proto_path \
|
||||
Server-Protocol-Buffer/src/main/proto/ < Corona-Warn-App/src/main/assets/default_qr_code_poster_template_android.bin
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags v\d+\.\d+\.\d+\.\d+$
|
||||
CurrentVersion: 1.15.1.0
|
||||
CurrentVersionCode: 1150100
|
||||
CurrentVersion: 2.0.3.0
|
||||
CurrentVersionCode: 2000300
|
||||
|
|
|
|||
Loading…
Reference in a new issue