Module: Fastlane::AndroidVersioningKts

Defined in:
lib/fastlane/plugin/android_versioning_kts.rb,
lib/fastlane/plugin/android_versioning_kts/version.rb

Constant Summary collapse

VERSION =
'0.3.0'.freeze

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



8
9
10
# File 'lib/fastlane/plugin/android_versioning_kts.rb', line 8

def self.all_classes
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
end