min_fastlane_version¶
Verifies the minimum fastlane version required
Add this to your
Fastfile
to require a certain version of fastlane.
Use it if you use an action that just recently came out and you need it.
min_fastlane_version | |
---|---|
Supported platforms | ios, android, mac |
Author | @KrauseFx |
1 Example¶
min_fastlane_version("1.50.0")
To show the documentation in your terminal, run
fastlane action min_fastlane_version