Build: Fix android-wizardTemplate-plugin dependencies

Present only in AS 3.6
This commit is contained in:
Vyacheslav Gerasimov
2019-12-26 13:59:43 +03:00
parent 1a3cf3b792
commit 7b1c4e72ba
7 changed files with 21 additions and 0 deletions
+3
View File
@@ -72,6 +72,9 @@ dependencies {
if (Ide.AS36.orHigher()) {
testRuntime(intellijPluginDep("android-layoutlib"))
}
if (Ide.AS36()) {
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
}
}