fastlane-plugin-automated_test_emulator_run_next 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3515edbd07b82c8d888a7d8f510101723e79932f291abde4d29caeae9ca7347
4
- data.tar.gz: c0aa43738a751377f7c9b48599ec1af2fd613445a1d29494b94bd91e40f14313
3
+ metadata.gz: b1e9eacda79bae565a45ee9e440dec3f49c993ab122d4a07b4ddb2c87437cae7
4
+ data.tar.gz: a056936c9221780c2f71045fbcfad1fda05ab66a1ff858f8f21ef145fe95b7b8
5
5
  SHA512:
6
- metadata.gz: 110f5a70c09b980a4a1acdd87e056697ab81becdb02d57c2592ad875d5adf68b59b01f13bd231942a61fa592bab42a1c77f1f6ebfecb4407dde3b3f9cabe8c6e
7
- data.tar.gz: c73e587fc798d49462129af309c4a614047f7bbc255bb9394200c94be484332772a6875809ed6e1efe2cb1581e51f517cafc460cd3071ddf4bea786d83d82352
6
+ metadata.gz: ad053301fd5b2a935891536b782bd286d0cff55a24c1a02f512360c406ed439acfe0c8d23460bf33873a092b0d7afa0e3ae52041f872ac0c0b0be6eaf5f2e2e1
7
+ data.tar.gz: 2cdca4bb524bb4ce180dc21155ac7417b8dba5d4307882a7d91fe3f53cd57900514116300afea2baa60dd777da4572ffba8f35f9e600d26cf4240c6eb2d49c90
@@ -401,8 +401,8 @@ module Fastlane
401
401
  optional: false),
402
402
  FastlaneCore::ConfigItem.new(key: :SDK_path,
403
403
  env_name: "SDK_PATH",
404
- description: "The path to your android sdk directory (root). ANDROID_SDK_HOME by default",
405
- default_value: ENV['ANDROID_SDK_HOME'] || ENV['ANDROID_HOME'],
404
+ description: "The path to your android sdk directory (root). ANDROID_SDK_ROOT by default",
405
+ default_value: ENV['ANDROID_SDK_ROOT'] || ENV['ANDROID_HOME'],
406
406
  is_string: true,
407
407
  optional: true),
408
408
  FastlaneCore::ConfigItem.new(key: :install_missing_image,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AutomatedTestEmulatorRunNext
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-automated_test_emulator_run_next
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroto Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-06 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry