diff options
| author | cyberta <cyberta@riseup.net> | 2026-07-03 13:30:21 +0200 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2026-07-03 17:49:31 +0200 |
| commit | 4a422919d157637cea96a9cb0be5afb77baf1264 (patch) | |
| tree | fd148ea0537f34de57991ffcfce61e502908be59 | |
| parent | 11713d80600c31cf5a9ddce9931b33cb8fe893e9 (diff) | |
update fastlane documentation
| -rw-r--r-- | fastlane/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fastlane/README.md b/fastlane/README.md index a41fc4c9..19448d0a 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -39,6 +39,22 @@ Build debug and test APK for screenshots Build debug and test APK for screenshots +### android create_framed_screenshots + +```sh +[bundle exec] fastlane android create_framed_screenshots +``` + +Create framed screenshots + +### android set_animations + +```sh +[bundle exec] fastlane android set_animations +``` + +set device animations + ### android bitmask_screenshots ```sh |
