Skip to content

Instantly share code, notes, and snippets.

@amygrinn
Last active April 2, 2019 19:59
Show Gist options
  • Save amygrinn/4893b083fa9ab82162ab25e4129a6a85 to your computer and use it in GitHub Desktop.
Save amygrinn/4893b083fa9ab82162ab25e4129a6a85 to your computer and use it in GitHub Desktop.
Fastlane appfile
json_key_file "fastlane/android-service-account.json"
update_fastlane
default_platform(:android)
platform :android do
lane :beta do
upload_to_play_store(
track: 'beta',
apk: 'app-release.apk'
)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment