fastlane-plugin-flutter_build 0.1.3 → 0.1.4

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: c1f60af43a2ad61366ab258d5f7c79abe2dc85b87117ae8157b5c9520e2cb11b
4
- data.tar.gz: b156070491ec1fb89997a1257f821a980ff2a7064f876a4f1126b3abfbc85f1a
3
+ metadata.gz: ec9b14a43c8537efa3739b40f88f55a08120f6db336cbf26b8974bfef3090035
4
+ data.tar.gz: 6be786b135b47fd102a1ebbe9c80fb329ec3d3f067d976613d3e28c8f2a729a8
5
5
  SHA512:
6
- metadata.gz: 43ceba2a71cab5688a440acdb8f7c2419d37c0d6ca3690f3c490dc2b3dc10ca1ceb7b7bb8d0742bdb081dddf9ead8269cdf7bdf3c4511616886ff876e2271a77
7
- data.tar.gz: 5c557351aba70e34eaad3288117216d9fae13fd0cdf35e174f9d9a1099c4744cc0439b85fc18f0e0b0d9aa8d7c88e62cb1d44da72350bac8ed963635c3600fe0
6
+ metadata.gz: ff2603555d493fd16b9ef8aa80c06d3c53ff80099895a1c01a0d4be5adf742072dd3f28bacbb22078fe28bba02801ea310f41b3ac9e577da96e187e4a1dec000
7
+ data.tar.gz: 24364a1401f7884878f4174312f8a0290f081909e1539e99824ed1c72aa7ced804bd1a7fbe2fc4fd1b8703b13b5012d222aa591a771d7ba391a1da9711f9a49d
@@ -4,9 +4,9 @@ module Fastlane
4
4
  def self.run(params)
5
5
  root_folder = __dir__
6
6
  print(root_folder)
7
- if(root_folder.include?("ios") then
7
+ if(root_folder.include?("ios")) then
8
8
  system("cd .. && flutter build ios --release --no-codesign")
9
- elsif(root_folder.include?("android") then
9
+ elsif(root_folder.include?("android")) then
10
10
  system("cd .. && flutter build apk --release")
11
11
  end
12
12
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FlutterBuild
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-flutter_build
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
  - viniciusmo