as31: Add smali plugin required by android plugin to test runtime

This commit is contained in:
Vyacheslav Gerasimov
2018-01-24 21:24:21 +03:00
committed by Nikolay Krasko
parent 00d9dc7cc0
commit e2578b6a17
7 changed files with 48 additions and 0 deletions
@@ -53,6 +53,7 @@ dependencies {
testRuntime(intellijPluginDep("java-decompiler"))
//testRuntime(intellijPluginDep("maven"))
testRuntime(intellijPluginDep("android"))
testRuntime(intellijPluginDep("smali"))
}
sourceSets {