We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e91a7 commit 67b1044Copy full SHA for 67b1044
fastlane/metadata/android/README.md
@@ -10,8 +10,9 @@ If we use a new version, update the version used by
10
11
## 2. Dry-run release before uploading
12
13
-* Increase build nr in pubspec.yaml
+* Increase build nr in pubspec.yaml (revert after the dry-run was successful)
14
* `flutter build appbundle --release`
15
+* `bundle install`
16
* `bundle exec fastlane android test_configuration` (needs the different keys available)
17
18
It might be necessary to repeat these steps if upload_to_play_store returns any errors
0 commit comments