fastlane-plugin-commit_android_version_bump 0.1.1 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70a8fdc7582ace66ff637c39d6e9e3ea0e44a533
|
4
|
+
data.tar.gz: 6ed6e571a1d0556a642d6d60f9f4afb34b0e383a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efb12744e4a4b4edb96fb60d0520cfb66bc34f0211ec844b97102de75f8318eb14f76378584b272427f4735b52edab3b43df603346d507291908fde52b6bca02
|
7
|
+
data.tar.gz: 3b5035b30e4764809802b13018c7a9959c489ec95803594dcd8e9c4f43515c2310e646d48ab13b376199a5b72bbd7732e96936e668fabc02294d7ad022908582
|
data/lib/fastlane/plugin/commit_android_version_bump/actions/commit_android_version_bump_action.rb
CHANGED
@@ -10,7 +10,7 @@ module Fastlane
|
|
10
10
|
app_folder_name ||= params[:app_folder_name]
|
11
11
|
UI.message("The commit_android_version_bump plugin is looking inside your project folder (#{app_folder_name})!")
|
12
12
|
|
13
|
-
build_folder_paths = Dir[File.expand_path(File.join('
|
13
|
+
build_folder_paths = Dir[File.expand_path(File.join('**/',app_folder_name))]
|
14
14
|
# no build.gradle found: error
|
15
15
|
UI.user_error!('Could not find a build folder in the current repository\'s working directory.') if build_folder_paths.count == 0
|
16
16
|
# too many projects found: error
|