This commit is contained in:
Alexander Zolotov 2018-10-08 13:08:29 +03:00 committed by GitHub
parent 9d3148a236
commit 1d0a1a321f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ repositories {
}
dependencies {
compile '.jetbrains.plugins:<plugin_xml_id>:<version>' // for the plugin from Stable channel
compile 'com.jetbrains.plugins:<plugin_xml_id>:<version>' // for the plugin from Stable channel
compile '<channel>.com.jetbrains.plugins:<plugin_xml_id>:<version>' // for the plugin from non-default channel
}
```