mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
cctg: enable latest version
This commit is contained in:
parent
c58fa9f6db
commit
c724ef1525
1 changed files with 10 additions and 4 deletions
|
|
@ -432,7 +432,6 @@ Builds:
|
|||
|
||||
- versionName: 2.24.2.1
|
||||
versionCode: 2240202
|
||||
disable: fdroidserver#1023
|
||||
commit: v2.24.2.1
|
||||
subdir: Corona-Warn-App
|
||||
submodules: true
|
||||
|
|
@ -449,13 +448,11 @@ Builds:
|
|||
- Corona-Warn-App/src/main/assets/ccl/ccl-configuration.bin
|
||||
- GmsCore/firebase-auth-core/build.gradle
|
||||
- GmsCore/play-services-core/build.gradle
|
||||
- Corona-Warn-App/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.
|
||||
|
||||
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 \
|
||||
|
|
@ -477,6 +474,15 @@ MaintainerNotes: |-
|
|||
|
||||
Also microG isn't firebase, so we scanignore that as well.
|
||||
|
||||
Also also, we need to scanignore the main build.gradle file because of
|
||||
https://gitlab.com/fdroid/fdroidserver/-/issues/1023
|
||||
|
||||
The library the scanner complaines about (kotlinx-coroutines-play-services) is free software and
|
||||
it just has a gradle dependency on a gms lib. We explicitly exclude this here, so it doesn't
|
||||
get pulled in as a dependency. Instead we use the microG Tasks implementation. See:
|
||||
|
||||
https://codeberg.org/corona-contact-tracing-germany/cwa-android/src/branch/main/Corona-Warn-App/build.gradle#L324-L326
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags v\d+\.\d+\.\d+\.\d+$
|
||||
CurrentVersion: 2.24.2.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue