More plugins registration for Android Studio 3.6
This commit is contained in:
@@ -181,6 +181,7 @@ dependencies {
|
|||||||
testRuntime(intellijPluginDep("git4idea"))
|
testRuntime(intellijPluginDep("git4idea"))
|
||||||
testRuntime(intellijPluginDep("google-cloud-tools-core-as"))
|
testRuntime(intellijPluginDep("google-cloud-tools-core-as"))
|
||||||
testRuntime(intellijPluginDep("google-login-as"))
|
testRuntime(intellijPluginDep("google-login-as"))
|
||||||
|
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
|
||||||
}
|
}
|
||||||
|
|
||||||
performanceTestCompile(sourceSets["test"].output)
|
performanceTestCompile(sourceSets["test"].output)
|
||||||
|
|||||||
@@ -63,6 +63,11 @@ dependencies {
|
|||||||
}
|
}
|
||||||
testRuntime(intellijPluginDep("android"))
|
testRuntime(intellijPluginDep("android"))
|
||||||
testRuntime(intellijPluginDep("smali"))
|
testRuntime(intellijPluginDep("smali"))
|
||||||
|
|
||||||
|
if (Ide.AS36.orHigher()) {
|
||||||
|
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||||
|
testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user