Last active
January 21, 2018 21:07
-
-
Save laramartin/6281793e8d53e3ccde8b21501d35eafc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
locales=('en-US') | |
tests_apk_path="/path/to/app-debug-androidTest.apk" | |
app_apk_path="/path/to/app-debug.apk" | |
./gradlew assembleDebug assembleAndroidTest | |
rm -r /path/to/fastlane/metadata/android/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment