Skip to content

Instantly share code, notes, and snippets.

View sebastianmarschall's full-sized avatar
🐘

Sebastian Marschall sebastianmarschall

🐘
View GitHub Profile
View gist:876c0bfa46fc97e107c709ffc789cc20
### Keybase proof
I hereby claim:
* I am sebastianmarschall on github.
* I am sebmarschall (https://keybase.io/sebmarschall) on keybase.
* I have a public key ASB5xD1AlJGxkntWUOcSVubhw8q3AKWuQ4xCRbUTEy7tago
To claim this, I am signing this object:
View lokalise_android.rb
module Fastlane
module Actions
class LokaliseAndroidAction < Action
def self.run(params)
require 'net/http'
token = params[:api_token]
project_identifier = params[:project_identifier]
destination = params[:destination]
clean_destination = params[:clean_destination]