1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 01:33:22 +00:00

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

(cherry picked from commit ea5e4aafa3)
This commit is contained in:
Joseph Flinn
2021-10-28 06:49:29 -07:00
committed by Joseph Flinn
parent 2318f3b357
commit 97c21cd666

View File

@@ -229,7 +229,7 @@ jobs:
echo "##### Setting Version Code $BUILD_NUMBER" echo "##### Setting Version Code $BUILD_NUMBER"
echo "########################################" 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 ./src/Android/Properties/AndroidManifest.xml
shell: bash shell: bash