mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update TousAntiCovid to 4.5.0 (583)
This commit is contained in:
parent
a6c010cf7b
commit
0d5654de0f
1 changed files with 22 additions and 2 deletions
|
|
@ -889,6 +889,26 @@ Builds:
|
|||
- sed -i -e 's/<lint>/<lint>\n <issue id="NullSafeMutableLiveData" severity="warning"
|
||||
\/>/g' ../lint.xml
|
||||
|
||||
- versionName: 4.5.0
|
||||
versionCode: 583
|
||||
commit: e5ad5bf1108be6449fef59c1bd95880f733590b4
|
||||
subdir: stopcovid
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- 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
|
||||
|
||||
MaintainerNotes: |-
|
||||
* Tracking – uses custom Analytics
|
||||
* NonFreeNet – uses proprietary backend server
|
||||
|
|
@ -897,5 +917,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: buildSrc/src/main/kotlin/AndroidConfig.kt|VERSION_CODE:\sInt\s=\s(\d+)|.|VERSION_NAME:\sString\s=\s"([\d.]+)"
|
||||
CurrentVersion: 4.4.0
|
||||
CurrentVersionCode: 524
|
||||
CurrentVersion: 4.5.0
|
||||
CurrentVersionCode: 583
|
||||
|
|
|
|||
Loading…
Reference in a new issue