Skip to content

Instantly share code, notes, and snippets.

@JavyMB
Created May 18, 2019 19:41
Show Gist options
  • Save JavyMB/7ee2996cee848960de0cf1465358f966 to your computer and use it in GitHub Desktop.
Save JavyMB/7ee2996cee848960de0cf1465358f966 to your computer and use it in GitHub Desktop.
Build the Android application.
desc 'Build the Android application.'
private_lane :build do
gradle(task: 'clean', project_dir: 'android/')
gradle(task: 'assemble', build_type: 'Release', project_dir: 'android/')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment