Skip to content

Commit

Permalink
Enable build 55
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Apr 10, 2024
1 parent c79bdf7 commit 690cb6d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
28 changes: 12 additions & 16 deletions .github/workflows/flutter_release_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,16 @@ jobs:
cd android
bundle exec fastlane beta_stage
- name: CI sanity test
- name: Build Android App Bundle
if: ${{ !endsWith( github.event.release.tag_name, '_android_betaonly' ) }}
run: echo "insane"

# - name: Build Android App Bundle
# if: ${{ !endsWith( github.event.release.tag_name, '_android_betaonly' ) }}
# env:
# KEEVAULT_ANDROID_PLAY_KEYSTORE_PASSWORD: ${{ secrets.KEEVAULT_ANDROID_PLAY_KEYSTORE_PASSWORD }}
# run: flutter build appbundle --dart-define KEEVAULT_STAGE=prod --dart-define KEEVAULT_CHANNEL=play --dart-define IAP_GOOGLE_PLAY=yes

# - name: Release to Google Play (beta)
# if: ${{ !endsWith( github.event.release.tag_name, '_android_betaonly' ) }}
# env:
# KEEVAULT_ANDROID_PLAY_API_KEY_JSON: ${{ secrets.KEEVAULT_ANDROID_PLAY_API_KEY_JSON }}
# run: |
# cd android
# bundle exec fastlane beta
env:
KEEVAULT_ANDROID_PLAY_KEYSTORE_PASSWORD: ${{ secrets.KEEVAULT_ANDROID_PLAY_KEYSTORE_PASSWORD }}
run: flutter build appbundle --dart-define KEEVAULT_STAGE=prod --dart-define KEEVAULT_CHANNEL=play --dart-define IAP_GOOGLE_PLAY=yes

- name: Release to Google Play (beta)
if: ${{ !endsWith( github.event.release.tag_name, '_android_betaonly' ) }}
env:
KEEVAULT_ANDROID_PLAY_API_KEY_JSON: ${{ secrets.KEEVAULT_ANDROID_PLAY_API_KEY_JSON }}
run: |
cd android
bundle exec fastlane beta
8 changes: 8 additions & 0 deletions android/fastlane/metadata/android/en-GB/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
!!! Upgrade Kee Vault 1 (web app) on all your devices first.
!!! Then update all Kee Vault 2 (mobile app) devices at the same time.

See https://forum.kee.pm/t/upcoming-compatibility-changes/4475

* Fix bug where duplicate entries could be saved from AutoFill
* Additional minor bug fixes and improvements
* Improved performance from an updated Flutter version

0 comments on commit 690cb6d

Please sign in to comment.