Fastlane Android — run test tutorial/my notes
Fastlane. The purpose of this tutorial it’s to show android developers how to automate deployment. Sounds hard but the only hard part was starting to read this doc :)
- First install Fastlane on Mac
2. Go to you app directory $cd /dev/Kotlin/MapApp
3. Configure Fastlane in you app dir $fatlane init (command will configure fastlane in the current android project ex. it downloads the metadata from the play store..)