Update Fastfile

This commit is contained in:
2023-08-12 21:47:33 +01:00
committed by GitHub
parent fdea9474b2
commit feb947b740

View File

@@ -18,7 +18,7 @@ default_platform(:android)
platform :android do platform :android do
desc "Deploy a new Mono Weather version to the Google Play" desc "Deploy a new Mono Weather version to the Google Play"
lane :deployMono do lane :deployMonoWeather do
gradle( gradle(
task: "clean bundle", task: "clean bundle",
flavor: "MonoWeather", flavor: "MonoWeather",
@@ -31,7 +31,7 @@ platform :android do
end end
desc "Deploy a new Atlas Weather version to the Google Play" desc "Deploy a new Atlas Weather version to the Google Play"
lane :deployAtlas do lane :deployAtlasWeather do
gradle( gradle(
task: "clean bundle", task: "clean bundle",
flavor: "AtlasWeather", flavor: "AtlasWeather",