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"))
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation('com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3')