build.gradle 315 字节
Newer Older
1
plugins {
S
Skylot 已提交
2
	id 'jadx-library'
3 4 5 6 7 8
}

dependencies {
	api(project(":jadx-plugins:jadx-plugins-api"))

	implementation(project(":jadx-plugins:jadx-dex-input"))
9
	implementation('com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3')
S
Skylot 已提交
10
	implementation('com.android.tools:r8:3.3.75')
S
Skylot 已提交
11

S
Skylot 已提交
12
	implementation 'org.ow2.asm:asm:9.3'
13
}