Skip to content

Instantly share code, notes, and snippets.

View QifanViseo's full-sized avatar

Qifan Yang QifanViseo

View GitHub Profile
@QifanViseo
QifanViseo / Fastfile
Created July 22, 2018 17:55 — forked from polbins/Fastfile
Fastlane script for Uploading to Slack and Play Store Alpha
default_platform :android
platform :android do
before_all do
ENV["SLACK_URL"] = "https://hooks.slack.com/services/ABC/123/XYZ"
end
######################### PUBLIC LANES #########################
desc "Deploy a new Prod APK version to Play Store Alpha"