#!/bin/bash set -euo pipefail IFS=$'\n\t' ANDROID_HOME=$(brew --prefix android-sdk) export ANDROID_HOME ./gradlew assemble