From 15cedd75f12bd2f40bf92e09cd52343b2686f16d Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 25 Jan 2019 13:12:29 +0100 Subject: [PATCH] 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. --- android/fastlane/Fastfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 901e54e4..7af0ddc3 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -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",