fastlane-plugin-android_version_manage 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39c05f5a65535bce07e993f5a5e6d03dc0536bab54d0254ab70df944363e22d7
4
- data.tar.gz: 69600e2e89c443ab54c72855af79f91f999060c58b3a9395a1517ae49d68ac94
3
+ metadata.gz: 42a97a680d3d4959861891b92e4017e3d9be8e98c74cc6da8c55a0c3975d5868
4
+ data.tar.gz: 44b5960c99311b04d75a06544a484ca3c175728799d30d049e22b222231b61c5
5
5
  SHA512:
6
- metadata.gz: 9fc1c392e2e66ba9c9985b3520b680cc217a488c9531e5f6085e2387335ffc3dd7968ae673e6d8c42c41224ada61bc04e9e00531d5f41f4cde8d7ac8fe23d842
7
- data.tar.gz: 3a7d45aedd17f3a428aea56fa159eb517b7287597450f7ec4db645fe8dcac4236b2a5cfb89fd4c27d38d0315ee05744b477fcd30fa912e34045f720fc4da6605
6
+ metadata.gz: 2efbb0eaa832c11d2ba2d5babc38b6c4c4ec67c08c6aa7fc376f51e24b353b9c88f3ce858ce0802200ceeb9931218383e9ab90630b2df31225209019fc54c201
7
+ data.tar.gz: 0d86eda50180bb68a49847683580ca32d1c631530926fc6b73b6aa8954a2039476f3a603d797098d61d2e4bf3223046bcdefe6810e774edd1f9069fc8ae4f4ea
@@ -13,7 +13,7 @@ module Fastlane
13
13
 
14
14
  # create our list of files that we expect to have changed, they should all be relative to the project root, which should be equal to the git workdir root
15
15
  expected_changed_files = []
16
- expected_changed_files << absolute_path
16
+ expected_changed_files << gradle_file_path
17
17
 
18
18
  # get the list of files that have actually changed in our git workdir
19
19
  git_dirty_files = Actions.sh("git -C #{repo_path} diff --name-only HEAD").split("\n") + Actions.sh("git -C #{repo_path} ls-files --other --exclude-standard").split("\n")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidVersionManage
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-android_version_manage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - futabooo