mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
de.corona.tracing: new version
This commit is contained in:
parent
9c1faaf189
commit
5f0a57ed4a
1 changed files with 13 additions and 8 deletions
|
|
@ -23,24 +23,29 @@ Builds:
|
|||
- protobuf/build
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 1.9.1.3
|
||||
versionCode: 1090103
|
||||
commit: v1.9.1.3
|
||||
- versionName: 1.9.1.4
|
||||
versionCode: 1090104
|
||||
commit: v1.9.1.4
|
||||
subdir: Corona-Warn-App
|
||||
gradle:
|
||||
- device
|
||||
prebuild: sed -i -e 's/21.2.6472646/21.3.6528147/' build.gradle
|
||||
scanignore:
|
||||
- Corona-Warn-App/src/main/assets/default_app_config.bin
|
||||
- Corona-Warn-App/src/main/assets/default_app_config_android.bin
|
||||
scandelete:
|
||||
- protobuf/build
|
||||
ndk: r21d
|
||||
|
||||
MaintainerNotes: default_app_config.bin can be viewed with `protoc --decode de.rki.coronawarnapp.server.protocols.internal.ApplicationConfiguration
|
||||
Server-Protocol-Buffer/src/main/proto/internal/app_config.proto --proto_path Server-Protocol-Buffer/src/main/proto/
|
||||
< Corona-Warn-App/src/main/assets/default_app_config.bin`
|
||||
MaintainerNotes: |-
|
||||
scanignored are some protobuf encoded config files, view them with:
|
||||
protoc --decode de.rki.coronawarnapp.server.protocols.internal.ApplicationConfiguration Server-Protocol-Buffer/src/main/proto/internal/app_config.proto \
|
||||
--proto_path Server-Protocol-Buffer/src/main/proto/ < Corona-Warn-App/src/main/assets/default_app_config.bin && \
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.9.1.3
|
||||
CurrentVersionCode: 1090103
|
||||
CurrentVersion: 1.9.1.4
|
||||
CurrentVersionCode: 1090104
|
||||
|
|
|
|||
Loading…
Reference in a new issue