fastlane-plugin-gradle_manager 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/gradle_manager/actions/get_application_id_action.rb +1 -1
- data/lib/fastlane/plugin/gradle_manager/actions/get_version_code_action.rb +1 -1
- data/lib/fastlane/plugin/gradle_manager/actions/get_version_name_action.rb +1 -1
- data/lib/fastlane/plugin/gradle_manager/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f575c343ff5f810eaa5c368a68b8804d328a3490aa8dbb3248f867ce1654414
|
4
|
+
data.tar.gz: 4c0de43b8c7ec871ec04048b1cb69d49a7bd7a7eeb7e261b1bb415078ca37a99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30bc3bba6874b770781aca733ce5dfc51d952df78b1e981163ad0aa405b43e71915e1030ee6bad5f21548e51e1f22216a32d5579c552452e521a89ad7c5330e1
|
7
|
+
data.tar.gz: 20554e261b2727c3ddee3070aedc0a410635bdcd647cde7833ac598a77f61f90e7ec390e0cf66f35eb0eca7d3ead8274fed2f17d306627d110a7f62771308516
|
@@ -46,7 +46,7 @@ module Fastlane
|
|
46
46
|
[
|
47
47
|
FastlaneCore::ConfigItem.new(key: :cached_data,
|
48
48
|
env_name: 'GRADLE_MANAGER_CACHED_DATA',
|
49
|
-
description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it
|
49
|
+
description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it',
|
50
50
|
optional: true,
|
51
51
|
type: Hash,
|
52
52
|
default_value: nil),
|
@@ -41,7 +41,7 @@ module Fastlane
|
|
41
41
|
[
|
42
42
|
FastlaneCore::ConfigItem.new(key: :cached_data,
|
43
43
|
env_name: 'GRADLE_MANAGER_CACHED_DATA',
|
44
|
-
description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it
|
44
|
+
description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it',
|
45
45
|
optional: true,
|
46
46
|
type: Hash,
|
47
47
|
default_value: nil),
|
@@ -41,7 +41,7 @@ module Fastlane
|
|
41
41
|
[
|
42
42
|
FastlaneCore::ConfigItem.new(key: :cached_data,
|
43
43
|
env_name: 'GRADLE_MANAGER_CACHED_DATA',
|
44
|
-
description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it
|
44
|
+
description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it',
|
45
45
|
optional: true,
|
46
46
|
type: Hash,
|
47
47
|
default_value: nil),
|