diff --git a/metadata/fr.gouv.android.stopcovid.yml b/metadata/fr.gouv.android.stopcovid.yml index a782bed3f2..aac0c9adc6 100644 --- a/metadata/fr.gouv.android.stopcovid.yml +++ b/metadata/fr.gouv.android.stopcovid.yml @@ -563,6 +563,28 @@ Builds: scanignore: - stopcovid/src/main/assets/CertList-Plus/*.pb.gz + - versionName: 4.1.2 + versionCode: 444 + commit: fa1d51f8e1f0fc3cc2661c783329d7eb82c56364 + 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//\n /g' ../lint.xml + scanignore: + - stopcovid/src/main/assets/CertList-Plus/*.pb.gz + MaintainerNotes: |- * Tracking – uses custom Analytics * NonFreeNet – uses proprietary backend server @@ -570,5 +592,5 @@ MaintainerNotes: |- AutoUpdateMode: Version UpdateCheckMode: Tags ^tousanticovid_prod_[0-9.]+#[0-9]+$ -CurrentVersion: 4.1.1 -CurrentVersionCode: 440 +CurrentVersion: 4.1.2 +CurrentVersionCode: 444