fastlane-plugin-automated_test_emulator_run 1.3.1 → 1.3.2

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
  SHA1:
3
- metadata.gz: 30a40b826e3d8f031551de0e1f8ebaf186ceee2b
4
- data.tar.gz: d0d56cf241cae95427aa70e92a6858418b88c864
3
+ metadata.gz: 4efe1400bac26d1735995b06154b3346abffb700
4
+ data.tar.gz: fbd8571537739c15d7d6d68882966f51e51b0b0d
5
5
  SHA512:
6
- metadata.gz: 64ff2b4baf81e979adb777e1732283b42fc82dbe83b88fd2917cdba2dcc85acaa9d526867f3223f170b80b7711f5d6399898aaf9fd9a90edd71a77576db7c9b8
7
- data.tar.gz: a5222093913ec463585d22af6fe2ca8ca2da0cf5b7c78ccc822a30e18e5c555696b626417202cfc3aff10d515523311a1c9b7bbb51457b64572217b6628f5c7a
6
+ metadata.gz: 86e0d37ccc35d80c396a5e4bea8b5f16d1bbafbbc2daafd1849746de37197a1a94df13df19802ef388518d0364b47efd6381e5238f807c1647e8869e105eb243
7
+ data.tar.gz: 59175c009d68a99b117508782ab199ebe699df48cb8a91d606274cfe5dc4d7d3f3448d04080ab0c7310d517265bce3db80e5fc2632dfbe77f0403c272178109b
@@ -271,8 +271,8 @@ module Fastlane
271
271
  #paths
272
272
  FastlaneCore::ConfigItem.new(key: :AVD_path,
273
273
  env_name: "AVD_PATH",
274
- description: "The path to your android AVD directory (root). HOME/.android/avd by default",
275
- default_value: ENV['HOME'] + '/.android/avd',
274
+ description: "The path to your android AVD directory (root). ANDROID_SDK_HOME by default",
275
+ default_value: ENV['ANDROID_SDK_HOME'],
276
276
  is_string: true,
277
277
  optional: true),
278
278
  FastlaneCore::ConfigItem.new(key: :AVD_setup_path,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AutomatedTestEmulatorRun
3
- VERSION = "1.3.1"
3
+ VERSION = "1.3.2"
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
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-24 00:00:00.000000000 Z
11
+ date: 2017-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry