View gist:876c0bfa46fc97e107c709ffc789cc20
This file contains 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
### 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
This file contains 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
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] |