Files
jadx/jadx-plugins/jadx-java-convert/build.gradle
T
2022-02-13 19:08:49 +00:00

14 lines
315 B
Groovy

plugins {
id 'jadx-library'
}
dependencies {
api(project(":jadx-plugins:jadx-plugins-api"))
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation('com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3')
implementation('com.android.tools:r8:3.1.51')
implementation 'org.ow2.asm:asm:9.2'
}