Sha256: ecd76ed747e2cc4736d7e7b53517560ca449f1d5065f39807907b1605e756d1a

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/upload_to_play_store'
    class SupplyAction < UploadToPlayStoreAction
      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Alias for the `upload_to_play_store` action"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/actions/supply.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/supply.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/supply.rb