mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
bump version and build fixes
This commit is contained in:
parent
9b3ddb8da3
commit
d908a599b1
5 changed files with 9 additions and 7 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -134,7 +134,7 @@ jobs:
|
||||||
-a ./com.x8bit.bitwarden.aab `
|
-a ./com.x8bit.bitwarden.aab `
|
||||||
-a ./com.x8bit.bitwarden.apk `
|
-a ./com.x8bit.bitwarden.apk `
|
||||||
-a ./com.x8bit.bitwarden-fdroid.apk `
|
-a ./com.x8bit.bitwarden-fdroid.apk `
|
||||||
-m $env:RELEASE_TAG_NAME `
|
-m "Version $($env:RELEASE_TAG_NAME.TrimStart('v'))" `
|
||||||
$env:RELEASE_TAG_NAME
|
$env:RELEASE_TAG_NAME
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
env:
|
env:
|
||||||
|
@ -200,7 +200,9 @@ jobs:
|
||||||
|
|
||||||
- name: Compile for F-Droid Store
|
- name: Compile for F-Droid Store
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
run: ./.github/scripts/android/compile-fdroid.sh
|
run: |
|
||||||
|
sudo chmod +x ./.github/scripts/android/compile-fdroid.sh
|
||||||
|
./.github/scripts/android/compile-fdroid.sh
|
||||||
env:
|
env:
|
||||||
FDROID_STORE_KEYSTORE_PASSWORD: ${{ secrets.FDROID_STORE_KEYSTORE_PASSWORD }}
|
FDROID_STORE_KEYSTORE_PASSWORD: ${{ secrets.FDROID_STORE_KEYSTORE_PASSWORD }}
|
||||||
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
|
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
|
||||||
|
@ -289,7 +291,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
hub release edit `
|
hub release edit `
|
||||||
-a ./bitwarden-export/Bitwarden.ipa `
|
-a ./bitwarden-export/Bitwarden.ipa `
|
||||||
-m $env:RELEASE_TAG_NAME `
|
-m "Version $($env:RELEASE_TAG_NAME.TrimStart('v'))" `
|
||||||
$env:RELEASE_TAG_NAME
|
$env:RELEASE_TAG_NAME
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="2.5.3"
|
android:versionName="2.5.4"
|
||||||
package="com.x8bit.bitwarden">
|
package="com.x8bit.bitwarden">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.8bit.bitwarden.autofill</string>
|
<string>com.8bit.bitwarden.autofill</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.5.3</string>
|
<string>2.5.4</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>CFBundleLocalizations</key>
|
<key>CFBundleLocalizations</key>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.8bit.bitwarden.find-login-action-extension</string>
|
<string>com.8bit.bitwarden.find-login-action-extension</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.5.3</string>
|
<string>2.5.4</string>
|
||||||
<key>CFBundleLocalizations</key>
|
<key>CFBundleLocalizations</key>
|
||||||
<array>
|
<array>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.8bit.bitwarden</string>
|
<string>com.8bit.bitwarden</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.5.3</string>
|
<string>2.5.4</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>CFBundleIconName</key>
|
<key>CFBundleIconName</key>
|
||||||
|
|
Loading…
Reference in a new issue