Sha256: 26c4921ac71e55f1bd21cc9adc0990c8af73dc1c48076886ce18ab1d9e3f342f

Contents?: true

Size: 434 Bytes

Versions: 3

Compression:

Stored size: 434 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/capture_android_screenshots'
    class ScreengrabAction < CaptureAndroidScreenshotsAction
      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Alias for the `capture_android_screenshots` 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/screengrab.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/screengrab.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/screengrab.rb