mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update TousAntiCovid to 4.2.0 (468)
This commit is contained in:
parent
5b018979dd
commit
e9d9379955
1 changed files with 24 additions and 2 deletions
|
|
@ -629,6 +629,28 @@ Builds:
|
||||||
scanignore:
|
scanignore:
|
||||||
- stopcovid/src/main/assets/CertList-Plus/*.pb.gz
|
- stopcovid/src/main/assets/CertList-Plus/*.pb.gz
|
||||||
|
|
||||||
|
- versionName: 4.2.0
|
||||||
|
versionCode: 468
|
||||||
|
commit: bc378e9f91312e7488bbbff546cbc2dc46f20084
|
||||||
|
subdir: stopcovid
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- coreui/src/main/res/font/marianne_*.otf
|
||||||
|
- coreui/src/main/res/font/marianne.xml
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
|
||||||
|
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
|
||||||
|
- sed -i -e 's/<lint>/<lint>\n <issue id="NullSafeMutableLiveData" severity="warning"
|
||||||
|
\/>/g' ../lint.xml
|
||||||
|
scanignore:
|
||||||
|
- stopcovid/src/main/assets/CertList-Plus/*.pb.gz
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
* Tracking – uses custom Analytics
|
* Tracking – uses custom Analytics
|
||||||
* NonFreeNet – uses proprietary backend server
|
* NonFreeNet – uses proprietary backend server
|
||||||
|
|
@ -636,5 +658,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^tousanticovid_prod_[0-9.]+#[0-9]+$
|
UpdateCheckMode: Tags ^tousanticovid_prod_[0-9.]+#[0-9]+$
|
||||||
CurrentVersion: 4.1.3
|
CurrentVersion: 4.2.0
|
||||||
CurrentVersionCode: 458
|
CurrentVersionCode: 468
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue