mirror of
https://github.com/skylot/jadx.git
synced 2024-12-04 10:53:35 +00:00
8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
plugins {
|
|
id("jadx-library")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("dev.dirs:directories:26")
|
|
}
|