blob: 2e96341d6830f9047efb0a932e811a2f73d9fe95 [file] [log] [blame]
Aurimas Liutikasaa460b02019-04-25 16:03:21 -07001#!/bin/bash
2set -e
3
Louis Pullen-Freilich1dff6782019-10-17 18:12:39 +01004# This is a wrapper script that runs the specific version of Android Studio that is recommended for
5# developing in this project (This serves a similar purpose to gradlew).
6
7echo "Running ./gradlew studio"
Jim Sproch2b8c6482019-10-16 11:25:57 -07008./gradlew studio