Skip to content

Instantly share code, notes, and snippets.

@code-twister
Created January 9, 2018 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code-twister/517a8831766dc2f27dee5cfe11f308ba to your computer and use it in GitHub Desktop.
Save code-twister/517a8831766dc2f27dee5cfe11f308ba to your computer and use it in GitHub Desktop.
Gradle build file for Android Studio plugin with custom ide sandbox
...
intellij {
version '2017.1'
pluginName 'YOUR PLUGIN NAME HERE'
plugins 'android'
updateSinceUntilBuild false
alternativeIdePath "/Applications/Android Studio 3.0 Preview.app/Contents/"
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment