Last active
March 29, 2016 14:24
-
-
Save up1/db1e34b556fcc77b7442 to your computer and use it in GitHub Desktop.
Android with Fastlane
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
| json_key_file "google_play.json" | |
| package_name "up1.gradecalculator" |
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
| 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