201: Update to 201.6668.13

This commit is contained in:
Nikolay Krasko
2020-03-26 18:39:24 +03:00
parent 1c3c1546b5
commit 02b651ef28
7 changed files with 8 additions and 28 deletions
+1 -5
View File
@@ -60,11 +60,7 @@ dependencies {
testRuntime(intellijPluginDep("smali"))
testRuntime(intellijPluginDep("junit"))
testRuntime(intellijPluginDep("testng"))
if (Platform[201].orHigher()) {
testRuntime(intellijPluginDep("platform-langInjection"))
} else {
testRuntime(intellijPluginDep("IntelliLang"))
}
testRuntime(intellijPluginDep("IntelliLang"))
testRuntime(intellijPluginDep("testng"))
testRuntime(intellijPluginDep("copyright"))
testRuntime(intellijPluginDep("properties"))