mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 21:00:06 +00:00
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
plugins {
|
|
id("jadx-library")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":jadx-core"))
|
|
|
|
implementation("dev.dirs:directories:26")
|
|
implementation("com.google.code.gson:gson:2.10.1")
|
|
}
|