Created
January 9, 2018 15:18
-
-
Save code-twister/517a8831766dc2f27dee5cfe11f308ba to your computer and use it in GitHub Desktop.
Gradle build file for Android Studio plugin with custom ide sandbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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