Remove 181 branch from build scripts

#KT-33536 Fixed
This commit is contained in:
Nikolay Krasko
2019-08-28 14:12:11 +03:00
parent 0ae9240e5f
commit 8ae4293a0f
6 changed files with 6 additions and 23 deletions
@@ -57,9 +57,7 @@ dependencies {
testRuntime(intellijPluginDep("maven"))
}
testRuntime(intellijPluginDep("android"))
if (Platform[181].orHigher()) {
testRuntime(intellijPluginDep("smali"))
}
testRuntime(intellijPluginDep("smali"))
}
sourceSets {