diff --git a/.github/workflows/flutter_release_android.yml b/.github/workflows/flutter_release_android.yml index 2a85690..acc6df8 100644 --- a/.github/workflows/flutter_release_android.yml +++ b/.github/workflows/flutter_release_android.yml @@ -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 diff --git a/android/fastlane/metadata/android/en-GB/changelogs/55.txt b/android/fastlane/metadata/android/en-GB/changelogs/55.txt new file mode 100644 index 0000000..848b7ed --- /dev/null +++ b/android/fastlane/metadata/android/en-GB/changelogs/55.txt @@ -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