refactor: move plugins-api module into jadx-core

This commit is contained in:
Skylot
2022-08-21 20:55:31 +01:00
parent eae9bac938
commit 0c4d46ead5
105 changed files with 69 additions and 100 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
}
dependencies {
api(project(":jadx-plugins:jadx-plugins-api"))
api(project(":jadx-core"))
// show bytecode disassemble
implementation 'io.github.skylot:raung-disasm:0.0.3'