File tree Expand file tree Collapse file tree 2 files changed +20
-16
lines changed
android/fastlane/metadata/android/en-GB/changelogs Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change @@ -91,20 +91,16 @@ jobs:
91
91
cd android
92
92
bundle exec fastlane beta_stage
93
93
94
- - name : CI sanity test
94
+ - name : Build Android App Bundle
95
95
if : ${{ !endsWith( github.event.release.tag_name, '_android_betaonly' ) }}
96
- run : echo "insane"
97
-
98
- # - name: Build Android App Bundle
99
- # if: ${{ !endsWith( github.event.release.tag_name, '_android_betaonly' ) }}
100
- # env:
101
- # KEEVAULT_ANDROID_PLAY_KEYSTORE_PASSWORD: ${{ secrets.KEEVAULT_ANDROID_PLAY_KEYSTORE_PASSWORD }}
102
- # run: flutter build appbundle --dart-define KEEVAULT_STAGE=prod --dart-define KEEVAULT_CHANNEL=play --dart-define IAP_GOOGLE_PLAY=yes
103
-
104
- # - name: Release to Google Play (beta)
105
- # if: ${{ !endsWith( github.event.release.tag_name, '_android_betaonly' ) }}
106
- # env:
107
- # KEEVAULT_ANDROID_PLAY_API_KEY_JSON: ${{ secrets.KEEVAULT_ANDROID_PLAY_API_KEY_JSON }}
108
- # run: |
109
- # cd android
110
- # bundle exec fastlane beta
96
+ env :
97
+ KEEVAULT_ANDROID_PLAY_KEYSTORE_PASSWORD : ${{ secrets.KEEVAULT_ANDROID_PLAY_KEYSTORE_PASSWORD }}
98
+ run : flutter build appbundle --dart-define KEEVAULT_STAGE=prod --dart-define KEEVAULT_CHANNEL=play --dart-define IAP_GOOGLE_PLAY=yes
99
+
100
+ - name : Release to Google Play (beta)
101
+ if : ${{ !endsWith( github.event.release.tag_name, '_android_betaonly' ) }}
102
+ env :
103
+ KEEVAULT_ANDROID_PLAY_API_KEY_JSON : ${{ secrets.KEEVAULT_ANDROID_PLAY_API_KEY_JSON }}
104
+ run : |
105
+ cd android
106
+ bundle exec fastlane beta
Original file line number Diff line number Diff line change
1
+ !!! Upgrade Kee Vault 1 (web app) on all your devices first.
2
+ !!! Then update all Kee Vault 2 (mobile app) devices at the same time.
3
+
4
+ See https://forum.kee.pm/t/upcoming-compatibility-changes/4475
5
+
6
+ * Fix bug where duplicate entries could be saved from AutoFill
7
+ * Additional minor bug fixes and improvements
8
+ * Improved performance from an updated Flutter version
You can’t perform that action at this time.
0 commit comments