Add dependency on platform-images in tests

This commit is contained in:
Andrey Uskov
2020-11-02 22:25:31 +03:00
parent 5f7d7ff9c7
commit dea383460e
+1 -1
View File
@@ -78,7 +78,7 @@ dependencies {
testRuntime(intellijPluginDep("android"))
testRuntime(intellijPluginDep("smali"))
if (Ide.AS41.orHigher()) {
if (Ide.AS41.orHigher() || Ide.IJ202.orHigher()) {
testRuntime(intellijPluginDep("platform-images"))
}