1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Joseph Flinn
a2bb490fc4 Version bump 2.14.1 (#1614)
(cherry picked from commit 5e4365084b)
2021-10-28 06:51:02 -07:00
Joseph Flinn
97c21cd666 adding the missing flag for sed in the fdroid build (#1613)
(cherry picked from commit ea5e4aafa3)
2021-10-28 06:49:58 -07:00
5 changed files with 5 additions and 5 deletions

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

View File

@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="1"
android:versionName="2.14.0"
android:versionName="2.14.1"
android:installLocation="internalOnly"
package="com.x8bit.bitwarden">

View File

@@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.autofill</string>
<key>CFBundleShortVersionString</key>
<string>2.14.0</string>
<string>2.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleLocalizations</key>

View File

@@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.find-login-action-extension</string>
<key>CFBundleShortVersionString</key>
<string>2.14.0</string>
<string>2.14.1</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>

View File

@@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden</string>
<key>CFBundleShortVersionString</key>
<string>2.14.0</string>
<string>2.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleIconName</key>