More plugins registration for Android Studio 3.6

This commit is contained in:
Nikolay Krasko
2019-08-30 17:26:01 +03:00
parent e28802fbfa
commit c0270ef47b
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -181,6 +181,7 @@ dependencies {
testRuntime(intellijPluginDep("git4idea"))
testRuntime(intellijPluginDep("google-cloud-tools-core-as"))
testRuntime(intellijPluginDep("google-login-as"))
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
}
performanceTestCompile(sourceSets["test"].output)
+5
View File
@@ -63,6 +63,11 @@ dependencies {
}
testRuntime(intellijPluginDep("android"))
testRuntime(intellijPluginDep("smali"))
if (Ide.AS36.orHigher()) {
testRuntime(intellijPluginDep("android-layoutlib"))
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
}
}
sourceSets {