mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user