mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 06:04:25 +02:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
dependencies {
|
|
implementation(project(":brut.j.common"))
|
|
implementation(project(":brut.j.util"))
|
|
implementation(libs.commons.io)
|
|
}
|