1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 04:33:36 +00:00

adding the missing flag for sed in the fdroid build (#1613)

This commit is contained in:
Joseph Flinn
2021-10-28 06:49:29 -07:00
committed by GitHub
parent 69d1de47c6
commit ea5e4aafa3

View File

@@ -229,7 +229,7 @@ jobs:
echo "##### Setting Version Code $BUILD_NUMBER"
echo "########################################"
sed "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
sed -i "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
./src/Android/Properties/AndroidManifest.xml
shell: bash