Build: Fix android-wizardTemplate-plugin dependencies
Present only in AS 3.6
This commit is contained in:
@@ -63,6 +63,9 @@ dependencies {
|
||||
|
||||
if (Ide.AS36.orHigher()) {
|
||||
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||
}
|
||||
|
||||
if (Ide.AS36()) {
|
||||
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user