diff --git a/metadata/fr.gouv.android.stopcovid.yml b/metadata/fr.gouv.android.stopcovid.yml index 2f5dedcdc0..4c6043e19e 100644 --- a/metadata/fr.gouv.android.stopcovid.yml +++ b/metadata/fr.gouv.android.stopcovid.yml @@ -356,6 +356,23 @@ Builds: 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 + - versionName: 3.7.0 + versionCode: 328 + commit: 6ae30d257369a7cc6ebd2dc10b3afe4f4a54e1a8 + 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 + MaintainerNotes: |- * Tracking – uses custom Analytics * NonFreeNet – uses proprietary backend server @@ -363,5 +380,5 @@ MaintainerNotes: |- AutoUpdateMode: Version tousanticovid_prod_%v#%c UpdateCheckMode: Tags ^tousanticovid_prod_[0-9.]+#[0-9]+$ -CurrentVersion: 3.6.1 -CurrentVersionCode: 326 +CurrentVersion: 3.7.0 +CurrentVersionCode: 328