mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
CCTG: add 2.14.1.0
This commit is contained in:
parent
7dbf69855e
commit
8004327552
1 changed files with 22 additions and 0 deletions
|
|
@ -305,6 +305,26 @@ Builds:
|
|||
scandelete:
|
||||
- protobuf/build
|
||||
|
||||
- versionName: 2.14.1.0
|
||||
versionCode: 2140101
|
||||
commit: v2.14.1.0
|
||||
subdir: Corona-Warn-App
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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
|
||||
- Corona-Warn-App/src/main/assets/default_dsc_list.bin
|
||||
- GmsCore/firebase-auth-core/build.gradle
|
||||
- GmsCore/play-services-core/build.gradle
|
||||
scandelete:
|
||||
- protobuf/build
|
||||
|
||||
MaintainerNotes: |-
|
||||
Needs some hoop-jumping with the included dgc-certlogic dependency, which vendors another jar dependency
|
||||
which we instead build to mavenLocal in srclib prepare step.
|
||||
|
|
@ -325,6 +345,8 @@ MaintainerNotes: |-
|
|||
--proto_path Server-Protocol-Buffer/src/main/proto/ < \
|
||||
Corona-Warn-App/src/main/assets/default_dsc_list.bin > default_dsc_list.txt
|
||||
|
||||
Also microG isn't firebase, so we scanignore that as well.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags v\d+\.\d+\.\d+\.\d+$
|
||||
CurrentVersion: 2.14.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue