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