fastlane-plugin-android_reporter 0.1.20 → 0.1.21

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: bf79bdfee34c7b7840dcf3d0a9dd3c4f3f9417f2cd27bf73646f2d4488e5c579
4
- data.tar.gz: 0c29d86e3aa9ebdbc394ace6a4ed6300dcab42090a4b9d03441022120d9336d2
3
+ metadata.gz: a17b516af400b100625fda8fa44b7df8b853aecfe70368a73c188c607c7e8aa4
4
+ data.tar.gz: c06d917d474ea2a94260bbebe8ec732a40aedf1e4196306463aab5a14ca7a414
5
5
  SHA512:
6
- metadata.gz: 72c96860dd83ad7576bb2a15bebaf32ca5188ca464c9cfa6061c5f03c74153311f5f1035842882a382f65fd8b49c932a9946f04230cad017c9f7dac801876326
7
- data.tar.gz: ba9f8b3aaac0ddb48eab3303cd86c2676c478d696be5e9e2efb06f044925796e72a1f4b1d5e1be6e61071c778d9c470cf7759a2f41f55501d41890e50eff89b2
6
+ metadata.gz: 5764f26059744775a3c8a5c050f5de6d05769da3a47eab5fb1921ef16b02b4b9ef667e648472fdc914c68203236bb2174f01103ea52a1861ed0e67c7a188db53
7
+ data.tar.gz: 47af7af283eb16280240ff132f4c39f92301a86319585f257bf7a5d10ab046f08af6be7ae3cf9132c5efcaac037ed3b79c14b9a4b4ca73c377888d39321943d6
@@ -161,7 +161,7 @@ module Fastlane
161
161
  ])
162
162
 
163
163
  begin
164
- sh("./gradlew build > android-logs.txt 2> android-error-logs.txt")
164
+ sh("./gradlew build > android-logs.txt 2>&1")
165
165
  rescue => error
166
166
  if error
167
167
  UI.error("Something Error with Generate Gradle Files")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidReporter
3
- VERSION = "0.1.20"
3
+ VERSION = "0.1.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-android_reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yazan Tarifi