We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2624b commit d45b797Copy full SHA for d45b797
1 file changed
fastlane/Fastfile
@@ -186,6 +186,7 @@ desc "Build and Deploy a new version of Flipcash to the Google Play Store"
186
187
desc "Build and Deploy a new version of Flipcash2 to the Google Play Store"
188
lane :deploy_flipcash2 do
189
+ gradle(task: "generateEmojiList")
190
gradle(
191
task: "clean apps:flipcash:app2:bundle", #"clean app:bundleRelease",
192
build_type: "release",
0 commit comments