mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 04:39:46 +00:00
12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
plugins {
|
|
id("jadx-library")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":jadx-core"))
|
|
|
|
implementation(project(":jadx-commons:jadx-app-commons"))
|
|
|
|
implementation("com.google.code.gson:gson:2.11.0")
|
|
}
|