Files
jadx/jadx-plugins/jadx-java-convert/build.gradle
T
2022-04-17 19:28:18 +01: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.3.28')
implementation 'org.ow2.asm:asm:9.3'
}