Automatic deploy 28999931

This commit is contained in:
Renan LE CARO 2025-02-19 21:11:22 +01:00
parent 0e95dbcbc8
commit 1141ffaf39
5 changed files with 143 additions and 96 deletions

View file

@ -12,7 +12,7 @@ sed -i -e "s/^[[:space:]]*versionCode = .*/ versionCode = $versionCode/"
# Invalidate web cache
# Invalidate web cache and update version
sed -i "s/\?v=[0-9]*/\?v=$versionCode/g" ./app/src/main/assets/index.html
# remove all exif metadata from pictures, because i think fdroid doesn't like that. odd