fastlane-plugin-android_reporter 0.1.17 → 0.1.18
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe04513e4b7648ebc1679a83c07d26e69d659afb65a2032aceb2be021748c306
|
|
4
|
+
data.tar.gz: 54266e53ee4f7b9f63104dad2fbfbbadd89cb09b463e99fe7a2874f72dea6c37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2322cd72e5efe1aab6d1d7bae2d6ca1e55d54f167a4babde9537c15abf61e362ad62529956c8ed845a4374c371ba7bf97e17f26dfcb3611c133c1624abffcc1a
|
|
7
|
+
data.tar.gz: 96acbbe24fb1a9a220da241806746fbfdcbc07dda64eadff9d5898b3b66f2a17adafb848d5b72168976d2e5e6b1eb6e762ebd327843f54d03bd094b9c59d5244
|
|
@@ -121,6 +121,7 @@ module Fastlane
|
|
|
121
121
|
end
|
|
122
122
|
end
|
|
123
123
|
|
|
124
|
+
sleep(60000)
|
|
124
125
|
# 8. Check Slack Option if Enabled or Not To Print The Message
|
|
125
126
|
if is_slack_enabled
|
|
126
127
|
UI.message("Slack Configuration Status : Started ...")
|
|
@@ -210,6 +211,7 @@ module Fastlane
|
|
|
210
211
|
puts error.backtrace
|
|
211
212
|
end
|
|
212
213
|
|
|
214
|
+
sleep(60000)
|
|
213
215
|
slackFinalMessageContent = "Files Status : With Time : " + time + " : Info = \n"
|
|
214
216
|
if isGradleDebugFileUploaded
|
|
215
217
|
slackFinalMessageContent += "Gradle Debug File Uploaded \n"
|