summaryrefslogtreecommitdiff
path: root/fastlane/Fastfile
diff options
context:
space:
mode:
Diffstat (limited to 'fastlane/Fastfile')
-rw-r--r--fastlane/Fastfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index fe5ae6b80..5d8e2d734 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -31,6 +31,7 @@ platform :android do
end
lane :playstore do
sh("cd ..;bash scripts/build_android.sh")
+
gradle(
task: 'assemble',
build_type: 'Release'