Minor. Remove useless code related to IJ 173 and AS 3.1 in build scripts

This commit is contained in:
Andrey Uskov
2019-02-06 14:54:38 +03:00
parent 52be952fb7
commit 59bcd608a1
5 changed files with 4 additions and 19 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ dependencies {
testRuntime(intellijPluginDep("android"))
(Platform[181].orHigher.or(Ide.AS31)) {
if (Platform[181].orHigher()) {
testRuntime(intellijPluginDep("smali"))
}