Skip to content

Instantly share code, notes, and snippets.

@laramartin
Last active January 21, 2018 21:07
Show Gist options
  • Save laramartin/6281793e8d53e3ccde8b21501d35eafc to your computer and use it in GitHub Desktop.
Save laramartin/6281793e8d53e3ccde8b21501d35eafc to your computer and use it in GitHub Desktop.
#!/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