mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2025-12-10 02:05:20 +00:00
Update Fastfile
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user