Fastlane: Disable building the package until 1.1.3 is released

https://github.com/flutter/flutter/issues/23811

This bug has been fixed but 1.1.3 has still not been promoted to the
beta branch. I'm not sure when that will happen, and I'm not comfortable
using the 'dev' branch of Flutter. The month of Feb is almost here, so
maybe then there will be a new release.
This commit is contained in:
Vishesh Handa
2019-01-25 13:12:29 +01:00
parent 06812d3fa1
commit 15cedd75f1

View File

@ -6,9 +6,9 @@ platform :android do
# Return the number of commits in current git branch
build_number = number_of_commits()
Dir.chdir "../../" do
sh("flutter", "packages", "get")
sh("flutter", "clean")
sh("flutter", "build", "apk", "--build-number=#{build_number}")
#sh("flutter", "packages", "get")
#sh("flutter", "clean")
#sh("flutter", "build", "apk", "--build-number=#{build_number}")
end
upload_to_play_store(track: "beta",