diff options
| -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 |
