Skip to content

Instantly share code, notes, and snippets.

@up1
Last active March 29, 2016 14:24
Show Gist options
  • Select an option

  • Save up1/db1e34b556fcc77b7442 to your computer and use it in GitHub Desktop.

Select an option

Save up1/db1e34b556fcc77b7442 to your computer and use it in GitHub Desktop.
Android with Fastlane
json_key_file "google_play.json"
package_name "up1.gradecalculator"
desc "Deploy a new version to the Google Play"
lane :deploy do
gradle(task: "assembleRelease")
supply(track: "alpha")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment